Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

Excel Reader

Read Excel files into structured rows

Properties

PropertyValue
Typeexcel-reader
FamilyActions
GroupFiles & Storage

Parameters

NameLabelTypeDescriptionRequired
fileFileJSONFile handle, URL, or local path to the Excel fileYes
sheetNameSheet NameStringSheet name to read (optional if sheet index is provided)No
sheetIndexSheet IndexNumber0-based sheet index (optional if sheet name is provided)No
hasHeaderHas HeaderBoolWhether the first row contains headersNo

Outputs

NameLabelTypeDescription
rowsrowsarrayParsed rows
metametaobjectParsing metadata