Uses of Class
adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer

Packages that use AbstractInPlaceSpreadSheetTransformer
adams.flow.transformer   
 

Uses of AbstractInPlaceSpreadSheetTransformer in adams.flow.transformer
 

Subclasses of AbstractInPlaceSpreadSheetTransformer in adams.flow.transformer
 class SpreadSheetConvertCells
          Finds cells in a spreadsheet and converts them with a conversion scheme.
 class SpreadSheetInsertColumn
          Inserts a column at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
 class SpreadSheetInsertRow
          Inserts a row at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
 class SpreadSheetRemoveRow
          Removes a row at the specific position from spreadsheets coming through.
 class SpreadSheetReplaceCellValue
          Replaces cell values that match a regular expression with a predefined value.
 class SpreadSheetSetCell
          Sets a single cell value in a spreadsheet.
 class SpreadSheetSort
          Sorts the rows of the spreadsheet according to the selected column indices and sort order (ascending/descending).
 class SpreadSheetTransformCells
          Finds cells in a spreadsheet and transforms them with a global transformer.
 



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