Loading...
Loading...
Google Sheets: Append a row to a spreadsheet.
npx skill4agent add googleworkspace/cli gws-sheets-appendPREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
gws sheets +append --spreadsheet <ID>| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | Spreadsheet ID |
| — | — | Comma-separated values (simple strings) |
| — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' |
gws sheets +append --spreadsheet ID --values 'Alice,100,true'
gws sheets +append --spreadsheet ID --json-values '[["a","b"],["c","d"]]'[!CAUTION] This is a write command — confirm with the user before executing.