General 2,575 installs

sheets (v4)

by googleworkspace/cli

Google Sheets: Read and write spreadsheets.

Skill content

Read, write, and batch-update Google Sheets with direct API access.

- Supports three helper commands: +read for retrieving values, +append for adding rows, and batchUpdate for applying multiple validated changes atomically

- Access spreadsheets resource with methods to create, retrieve, and modify sheets, including grid data filtering and developer metadata operations

- Requires Google Workspace authentication via the shared gws prerequisite; use gws schema to inspect method parameters before building requests

- Batch operations validate all requests before applying; if any request fails, the entire batch is rejected with no partial changes

sheets (v4)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws sheets <resource> <method> [flags]

Helper Commands

Command
Description

+append
Append a row to a spreadsheet

+read
Read values from a spreadsheet

API Resources

spreadsheets