Skip to main content
The Excel Reader reads .xlsx and .xls files. It works the same way as the CSV Reader but for spreadsheet files.

Configuration

OptionDescriptionDefault
SourceUpload to load a local file, URL to fetch from a web addressUpload
FileThe Excel file to upload
URLA direct link to a publicly accessible Excel file
Sheet NameThe name or index (0-based) of the sheet to read0 (first sheet)

Input / Output

Type
InputNone
OutputDataFrame

Notes

  • Only one sheet is read per component. To load multiple sheets, add multiple Excel Reader components and connect them with a Concatenate component.
  • Merged cells and non-tabular formatting in your spreadsheet may cause unexpected results. Use a clean, flat table layout.