CtrlK
BlogDocsLog inGet started
Tessl Logo

gws-sheets-append

Google Sheets: Append a row to a spreadsheet.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill gws-sheets-append
What are skills?

70

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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

gws sheets +append --spreadsheet <ID>

Flags

FlagRequiredDefaultDescription
--spreadsheetSpreadsheet ID
--valuesComma-separated values (simple strings)
--json-valuesJSON array of rows, e.g. '[["a","b"],["c","d"]]'

Examples

gws sheets +append --spreadsheet ID --values 'Alice,100,true'
gws sheets +append --spreadsheet ID --json-values '[["a","b"],["c","d"]]'

Tips

  • Use --values for simple single-row appends.
  • Use --json-values for bulk multi-row inserts.

[!CAUTION] This is a write command — confirm with the user before executing.

See Also

  • gws-shared — Global flags and auth
  • gws-sheets — All read and write spreadsheets commands
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.