PulseAugur
LIVE 12:24:40
tool · [1 source] ·
0
tool

Simon Willison adds SQL functions to Google Sheets for Datasette integration

Simon Willison has documented methods for integrating data from Datasette into Google Sheets. These methods include using the built-in importdata() function, creating custom named functions, or employing Google Apps Script for more complex scenarios like sending API tokens. An example sheet is available to demonstrate these techniques. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

RANK_REASON This describes a technical integration and documentation for a specific tool (Datasette) within another tool (Google Sheets), rather than a new model release or significant industry event.

Read on Simon Willison →

Simon Willison adds SQL functions to Google Sheets for Datasette integration

COVERAGE [1]

  1. Simon Willison TIER_1 ·

    SQL functions in Google Sheets to fetch data from Datasette

    <p><strong>TIL:</strong> <a href="https://til.simonwillison.net/google-sheets/datasette-sql">SQL functions in Google Sheets to fetch data from Datasette</a></p> <p>I put together some notes on patterns for fetching data from a Datasette instance directly into Google Sheets - usin…