SQL functions in Google Sheets to fetch data from Datasette
Summary
Simon Willison shares techniques for fetching data from Datasette into Google Sheets using SQL functions, including importdata(), named functions, and Google Apps Script methods with API token support.
View Cached Full Text
Cached at: 04/20/26, 08:26 AM
Similar Articles
datasette-export-database 0.3a1
datasette-export-database version 0.3a1 released, providing database export functionality as part of the Datasette ecosystem.
datasette 1.0a27
Datasette 1.0a27 released with major security improvements (modern CSRF headers), new RenameTableEvent for plugin compatibility, and various API enhancements including improved upsert handling and database locking fixes.
Introducing ChatGPT for Excel and Google Sheets
OpenAI released ChatGPT add-ins for Excel and Google Sheets, enabling users to analyze, update, and explain spreadsheets using AI. The add-ins are powered by GPT-5.5 and are now available globally for all plans.
SQLite Query Result Formatter Demo
Interactive WebAssembly-based demo for SQLite Query Result Formatter that allows users to format SQL query results in 20+ styles including tables, CSV, JSON, HTML, and Markdown with real-time adjustments.
FACTS: Table Summarization via Offline Template Generation with Agentic Workflows
FACTS introduces an agentic workflow for query-focused table summarization that generates reusable offline templates combining SQL queries and Jinja2 templates, enabling fast, accurate, and privacy-compliant summarization without exposing sensitive data. The approach outperforms existing baselines by avoiding costly fine-tuning and token-limit issues while maintaining scalability across tables with shared schemas.