Spreadsheet For Each Row
Reads rows or columns from delimited spreadsheet data. Supported explicit file suffixes are `.csv`, `.tsv`, and `.tab`. If the provided path has no suffix, the runtime reads from `<path>.csv`. If the provided path has an unsupported explicit suffix such as `.xlsx`, the block fails clearly instead of guessing a format.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
axis | no | enum | enum-string | ROW, COLUMN |
from | no | expression | — | — |
to | no | expression | — | — |
skipEmpty | no | expression | — | — |
cellVars | yes | array | array | — |
Notes
- Reads delimited spreadsheet input, not native Excel workbook content.
- Supported explicit file suffixes are
.csv,.tsv, and.tab. - If the provided path has no suffix, the runtime reads from
<path>.csv. - If the provided path has an unsupported explicit suffix such as
.xlsx, the block fails clearly instead of guessing a format.