Skip to main content

Excel: value from sheet

Get the cell value of an Excel sheet.

Parameters

CoordinateREQUIRED

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 typeREQUIRED
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

SheetREQUIRED
The Excel sheet.

Output

Value

The typed value extracted from the sheet.