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 |
SpreadSheetAppendComments |
Appends the comments of the spreadsheet.
|
class |
SpreadSheetConvertCells |
Finds cells in a spreadsheet and converts them with a conversion scheme.
If the conversion scheme generates a adams.data.spreadsheet.SpreadSheet object itself, this will get merged with the enclosing one: any additional columns get added and the content of the first row gets added to the row the converted cell belongs to.
|
class |
SpreadSheetConvertHeaderCells |
Converts the header cells of a spreadsheet with a conversion scheme.
|
class |
SpreadSheetCopyRows |
Copies a range of columnrows 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 |
SpreadSheetInsertRowScore |
Inserts a score column at a specific position into spreadsheets coming through.
|
class |
SpreadSheetRemoveRow |
Removes one or more rows at the specific position from spreadsheets coming through.
|
class |
SpreadSheetReplaceCellValue |
Replaces cell values that match a regular expression with a predefined value.
|
class |
SpreadSheetRowBinning |
Applies a binning algorithm to the values from the specified binning column to filter the rows into specific bins.
A new column is then added containing the corresponding bin index.
|
class |
SpreadSheetSetCell |
Sets the value of the specified cells in a spreadsheet.
|
class |
SpreadSheetSetHeaderCell |
Sets a single header 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 callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.
|
class |
SpreadSheetTransformHeaderCells |
Transforms header cells with a callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.
|