| AbstractCellFinder |
Ancestor for schemes that locate cells of interest in a spreadsheet.
|
| AbstractMetaIterator |
A meta-iterator that wraps around a base iterator.
|
| AbstractRowCellFinder |
Ancestor for cell finders that operate on sheets or rows.
|
| CellLocation |
Container object for a cell location (row and column).
|
| CellRange |
Locator that locates cells using a rectangular range.
|
| CellTypeRange |
Locator that locates cells of a certain type using a rectangular range.
|
| ColumnFinderRange |
Uses a column finder to locate the interesting columns.
|
| CorrespondingColumn |
Rather than return a cell that was located using the given cell finder, you can return a corresponding cell (within the same row).
This allows you to locate cells with certain value but then update a different column in the same row.
|
| CorrespondingColumn.CorrespondingColumnIterator |
Cell iterator that returns the locations for the corresponding cells.
|
| RangeIterator |
Iterates over a range of cells.
|
| RowFinderRange |
Uses a row finder to locate the interesting rows.
|
| SingleCell |
Simple locator that just locates a single cell.
|
| TypeRangeIterator |
Iterates over a range of cells, looking for a type of cell.
|