Name

adams.flow.transformer.SpreadSheetStorageRowIterator


Synopsis

Iterates through a defined range of rows. In each iteration the cell values of the defined column range are mapped to storage values.
By default the (cleaned up) header names of the columns are used as storage names. To avoid name clashes, a prefix can be chosen for the storage names.
The subset of columns of the row in the current iteration can be output as spreadsheet well (computationally expensive). By default, the complete spreadsheet is forwarded as is.


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.data.spreadsheet.SpreadSheet


Options