read_excel

Reads an Excel file from the local filesystem.

Syntax

read_excel(<path>);
Field Description
path Path to the Excel file

Examples

Read an Excel sheet named sheet.xlsx located in the current directory.

SELECT * FROM read_excel('./sheet.xlsx')