Excel (Source)
Google Drive
-
Start a new SQL block and select Sheets / CSV / Block as the source.
-
Add a Sheet to your
from
statement by typing{{NAME}}
. ReplaceNAME
with a one word short reference to the Sheet / table (for example,select * from {{users}}
). -
In the Parameters section, select Excel as the type.
-
Select the spreadsheet from the drop-down. Since SeekWell currently only supports
.xlsx
files, this drop-down displays all.xlsx
files in your Google Drive. -
Enter the Sheet name you want to query from.
-
Run your SQL. Choose a destination to send the data from Excel to wherever you need it.