read_excel
Reads an Excel file from the local filesystem.
read_excel(<path>);
path
Read an Excel sheet named sheet.xlsx located in the current directory.
sheet.xlsx
SELECT * FROM read_excel('./sheet.xlsx')