- Create a Grid.is account and upload your Excel workbook (manually or via the script once).
- Add your
GRID_API_KEY
,WORKBOOK_ID
,SHEET_NAME
, andRANGE
to a.env
file. - Run the script to pull cell data and store it in a local SQLite database.
⚠️ Only call theupload_to_grid()
function once per file to avoid duplicates.