SQL functions in Google Sheets to fetch data from Datasette โ
Simon Willison has published patterns for integrating Datasette with Google Sheets, enabling direct SQL queries from spreadsheets. The guide covers three approaches: using importdata(), creating named functions, and leveraging Google Apps Script for authenticated requests. An example sheet demonstrates all three methods in practice.
I've been experimenting with ways to fetch data from Datasette and display it in Google Sheets.