SQL functions in Google Sheets to fetch data from Datasette

📰 Simon Willison's Blog

Learn how to fetch data from Datasette into Google Sheets using SQL functions and importdata()

intermediate Published 20 Apr 2026
Action Steps
  1. Use the importdata() function in Google Sheets to fetch data from a Datasette instance
  2. Create a named function to wrap the importdata() function for easier reuse
  3. Use Google Apps Script to send an API token in an HTTP header if required
  4. Configure the API token in the Google Apps Script to authenticate with Datasette
  5. Test the importdata() function or Google Apps Script to ensure data is fetched correctly
Who Needs to Know This

Data analysts and scientists can benefit from this technique to easily import data from Datasette into Google Sheets for further analysis and visualization.

Key Insight

💡 Google Sheets can be used to fetch data from Datasette using SQL functions and importdata()

Share This
Fetch data from Datasette into Google Sheets using SQL functions and importdata()!

Key Takeaways

Learn how to fetch data from Datasette into Google Sheets using SQL functions and importdata()

Full Article

TIL: SQL functions in Google Sheets to fetch data from Datasette I put together some notes on patterns for fetching data from a Datasette instance directly into Google Sheets - using the importdata() function, a "named function" that wraps it or a Google Apps Script if you need to send an API token in an HTTP header (not supported by importdata() .) Here's <a href="h
Read full article → ← Back to Reads

Related Videos

SQL Interview Questions and Answers (2026) | SQL Window Functions
SQL Interview Questions and Answers (2026) | SQL Window Functions
Rajeev Kanth | BEPEC
How to Prompt Your LLM Directly from SQL
How to Prompt Your LLM Directly from SQL
Ian Wootten
People Skills for Analytical Thinkers (Ep. 1005 with Gilbert Eijkelenboom)
People Skills for Analytical Thinkers (Ep. 1005 with Gilbert Eijkelenboom)
Super Data Science: ML & AI Podcast with Jon Krohn
What is Data Mesh Explained with Examples
What is Data Mesh Explained with Examples
VLR Software Training
This could be the most perfect data frontend
This could be the most perfect data frontend
Matt Williams
How to Scrape Facebook Ad Library Data + Analyse on n8n 🔥
How to Scrape Facebook Ad Library Data + Analyse on n8n 🔥
DroidCrunch