|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSpreadSheetTransformer | |
|---|---|
| adams.flow.transformer | |
| Uses of AbstractSpreadSheetTransformer in adams.flow.transformer |
|---|
| Subclasses of AbstractSpreadSheetTransformer in adams.flow.transformer | |
|---|---|
class |
AbstractInPlaceSpreadSheetTransformer
Ancestor for spreadsheet transformers that allow the processing to happen in-place, rather than on a copy of the data. |
class |
SpreadSheetAnonymize
Anonymizes a range of columns in a spreadsheet. |
class |
SpreadSheetAppend
Appends the incoming spreadsheet to one in storage. If there is none in storage yet, the incoming spreadsheet will simply get stored in storage. The spreadsheets need not have the same structure, but it is assumed that column names are unique within a spreadsheet. The combined spreadsheet is then forwarded. |
class |
SpreadSheetColumnFilter
Filters spreadsheets using the specified column finder. The output contains all the columns that the specified finder selected. |
class |
SpreadSheetCopyColumns
Copies a range of columns to a specific position in the spreadsheets coming through. |
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 |
SpreadSheetRemoveColumn
Removes the column at the specific position from spreadsheets coming through. |
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 |
SpreadSheetRowFilter
Filters spreadsheets using the specified row finder. The output contains all the rows that the specified finder selected. |
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 |
SpreadSheetSubset
Extracts a subset of rows/columns from a spreadsheet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||