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 |