4 posts
Read and write Google Sheets data from Python - without gspread, service accounts, or the google-auth library. Just requests.
Use Google Sheets as your data store in Flask - read, filter, and serve rows without a traditional database.
Fetch, filter, and serve Google Sheets data from a Django API - no database required for read-heavy use cases.
Use SheetsAPI to treat any Google Sheet as a typed REST endpoint - async reads, appends, dependency injection, and cache invalidation with FastAPI.