@googleworkspace/gws-sheets-append
Google Sheets: Append a row to a spreadsheet.
Install
Add @googleworkspace/gws-sheets-append to Claude Code with the PolySkill CLI: polyskill add @googleworkspace/gws-sheets-append
Instructions
# sheets +append > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Append a row to a spreadsheet ## Usage ```bash gws sheets +append --spreadsheet <ID> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--spreadsheet` | ✓ | — | Spreadsheet ID | | `--values` | — | — | Comma-separated values (simple strings) | | `--json-values` | — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' | ## Examples ```bash gws sheets +append --spreadsheet ID --val…
Keywords: google, append, gws, sheets, workspace