XLSX: read cell

Input data

Spreadsheet

Cell

Tab

Output data

Value

Description

The "XLSX: read cell" function allows reading a specific cell from an XLSX spreadsheet. This function takes the cell address and sheet tab as inputs and returns the value contained in the cell.

The value of the specified cell is returned as output. If there is any error in reading, the output value will be 0.

Input and Output Parameters

Inputs

ParameterDefault UnitsDescription
SpreadsheetNoneThe XLSX file from which the cell value is read.
CellNoneThe address of the cell to be read (e.g., "A1").
TabNoneThe name of the sheet where the cell is located.

Output

ParameterDefault UnitsDescription
ValueNoneThe value contained in the specified cell.