Name

adams.flow.transformer.SpreadSheetCellSelector


Synopsis

Lets the user highlight cells in a spreadsheet which get output:
- spreadsheet with coordinates (1-based row and column) and the associated value of the selected cell
- spreadsheet with all un-selected cells set to missing
Usage:
You select cells by left-clicking on them and/or holding the left mouse button and moving the mouse over the cells that you want to select.
You can unselect cells in the same fashion, by holding the shift key in addition.


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.flow.container.SpreadSheetCellSelectionContainer

Container information:
- adams.flow.container.SpreadSheetCellSelectionContainer:
   - Original: original spreadsheet; adams.data.spreadsheet.SpreadSheet
   - Selected: spreadsheet with coordinates of selected cells and associated values; adams.data.spreadsheet.SpreadSheet
   - Subset: spreadsheet with only the selected values present; adams.data.spreadsheet.SpreadSheet

Interactive actor information:
- supports interaction in headless mode: false


Options