Excel: value from sheet
Get the cell value of an Excel sheet.
Parameters
Coordinate—REQUIRED
The coordinate (column and row) of the cell to extract the value from (for example: A1, BC2).
Skip if not found
Skip the function if the cell is not found.
Value type—REQUIRED
The type of the value to extract.
Skip on cast error
Skip the function if the value type does not match the configured value type.
Input
Sheet—REQUIRED
The Excel sheet.
Output
Value
The typed value extracted from the sheet.