Package adams.data.spreadsheet.cellfinder

Class Summary
AbstractCellFinder Ancestor for schemes that locate cells of interest in a spreadsheet.
AbstractMetaIterator A meta-iterator that wraps around a base iterator.
CellLocation Container object for a cell location (row and column).
CellRange Locator that locates cells 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.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.