Name

adams.flow.transformer.SpreadSheetColumnIterator


Synopsis

Iterates through all columns of a spreadsheet and outputs the names.
The columns can be limited with the range parameter and furthermore with the regular expression applied to the names.
Instead of outputting the names, it is also possible to output the 1-based indices.


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: java.lang.String


Options