There are a lot of patterns for interacting with Google Sheets. This page organizes these to help you find what you need.
Pulling data into Google Sheets
- From Public Looks
- Using ImportXML
- Two implementations of custom functions to replace ImportXML: 1, 2
- From API endpoints
Pulling from a CSV endpoint (for query results)- Pulling from a JSON endpoint