This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Profile
DuckDB GSheets
duckdb-gsheets.com
did:plc:g5zndbk3sqw7vrpnyanx2tnn
Read and write Google Sheets with DuckDB
https://duckdb-gsheets.com
INSTALL gsheets FROM community;
LOAD gsheets;
CREATE SECRET (TYPE gsheet);
select * from '<gsheet_url>';