APIs, workflows and UIs with Google Sheets
Create workflows, data pipelines, endpoints or admin panels that interact with Google Sheets.
Google Sheets is a web-based spreadsheet program that allows users to create, edit, and collaborate on spreadsheets online.
Connecting Windmill to Google Sheets takes a few seconds and lets you build internal tools from it and integrate with any other platform.
From scripts supported in multiple languages, build UIs and flows that you can monitor and trigger on demand, by schedule or webhooks.
Scripts for Google Sheets
Write any script, flow or app targeting Google Sheets API, or pick them from Windmill Hub community library. Windmill supports scripts in TypeScript, Python, Go, PHP, Bash and SQL.
- Get Values
Fetches cell values from a specified Google Sheets document.
- Add Rows
Appends new rows to a Google Sheets document with provided data.
- List Worksheets
Lists all worksheets within a Google Sheets document.
- Clear Row
Clears data from a specified row in a Google Sheets document.
- Get Values in Range
Retrieves values from a specified range within a Google Sheets document.
- Update Values
Updates cell values in a Google Sheets document for a given range.