class |
AbstractRowCellFinder |
Ancestor for cell finders that operate on sheets or rows.
|
class |
CellRange |
Locator that locates cells using a rectangular range.
|
class |
CellTypeRange |
Locator that locates cells of a certain type using a rectangular range.
|
class |
ColumnFinderRange |
Uses a column finder to locate the interesting columns.
|
class |
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.
|
class |
RowFinderRange |
Uses a row finder to locate the interesting rows.
|
class |
SingleCell |
Simple locator that just locates a single cell.
|