Skip to content

excelTable

Copy a table from another Excel file and return the table name.

excelTable(
    workbookPath,
    tableName
)

Arguments

workbookPath
The path to where the source workbook is stored.
tableName
The name of the table to load from the source workbook. This can either be the name of an Excel table (ListObject) or named range.