Import .xlsx

Node Icon

Import the content of a .xlsx file as tables. You can import a single sheet by specifying its index or name, or import all sheets as a list of tables.

Outputs

Output

Output table(s).

Type: Table, Table List

Settings

Configure

Path Filepath

Path to the .xlsx file to be imported.

First Row is Headers Boolean

When set to true, the first row will be treated as the table header.

Sheets

Import All Sheets Boolean

Import all sheets, or a single sheet from the xlsx file. When importing all sheets, the output will be a list of tables.

Select Sheet By Selection

Select sheet by index or sheet name.

Values: Index, Name

Sheet Index Integer

Set the sheet index.

Sheet Name Text

Set the sheet name.

See also

Keywords: Excel