Excel: Get value from column
Node function to extract a cell value from an Excel row in the given type.
Input
A row from an Excel spreadsheet.
Parameters
Column—REQUIRED
The spreadsheet column to extract the cell from. (for example: A, BC).
Skip if not found
Ignore if the column is not found.
Value type—REQUIRED
The value type from the spreadsheet cell. See all types.
Skip on error
Ignore if column value type does not match with the configured value type.
Output
Cell value
The value extracted from the spreadsheet cell matching the configured value type.