Uses of Package
adams.data.spreadsheet.cellfinder
-
Packages that use adams.data.spreadsheet.cellfinder Package Description adams.data.conversion adams.data.spreadsheet.cellfinder adams.flow.transformer -
Classes in adams.data.spreadsheet.cellfinder used by adams.data.conversion Class Description CellFinder Interface for classes that locate cells of interest in a spreadsheet. -
Classes in adams.data.spreadsheet.cellfinder used by adams.data.spreadsheet.cellfinder Class Description 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.CellFinder Interface for classes that locate cells of interest in a spreadsheet.CellLocation Container object for a cell location (row and column).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.RowCellFinder Finds cells in a spreadsheet row. -
Classes in adams.data.spreadsheet.cellfinder used by adams.flow.transformer Class Description CellFinder Interface for classes that locate cells of interest in a spreadsheet.CellLocation Container object for a cell location (row and column).