APIs, workflows and UIs with Google Sheets Windmill

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.

FlowsAppsRunsSchedulesWebhooksGitHubGitLabVSCode

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, Bash and SQL.

Get Values

Fetches cell values from a specified Google Sheets document.

View on the Hub

Add Rows

Appends new rows to a Google Sheets document with provided data.

View on the Hub

List Worksheets

Lists all worksheets within a Google Sheets document.

View on the Hub

Clear Row

Clears data from a specified row in a Google Sheets document.

View on the Hub

Get Values in Range

Retrieves values from a specified range within a Google Sheets document.

View on the Hub

Update Values

Updates cell values in a Google Sheets document for a given range.

View on the Hub