Skip to content

Excel Read Cell Node

Data/Excel

Excel Read Cell

Read a single cell value from an XLSX sheet

excel_read_celldata
Inputs5
Outputs4
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

In

Execution
exec_in

Trigger

File

Struct
file

Source XLSX file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Sheet

String
sheet

Worksheet name

Default Sheet1

Row

String
row

Row number (1-based)

Default 1

Column

String
col

Column letters or number (1-based)

Default A

Output Pins

4

Out

Execution
exec_out

Trigger

File

Struct
file_out

Pass-through XLSX path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Value

String
value

Cell value (raw string)

Found

Boolean
found

Cell exists and has a value

Node Info

Internal name
excel_read_cell
Category
Data/Excel