gws-sheets
Installation
Summary
Read, write, and batch-update Google Sheets with direct API access.
- Supports three helper commands:
+readfor retrieving values,+appendfor adding rows, andbatchUpdatefor 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
gwsprerequisite; usegws schemato 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
SKILL.md
sheets (v4)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8Kgws-sheets-read
Google Sheets: Read values from a spreadsheet.
21.6K