gws-sheets-append

Installation
Summary

Append rows to a Google Sheet with simple or bulk input modes.

  • Supports single-row appends via comma-separated values or multi-row bulk inserts using JSON array format
  • Requires spreadsheet ID and optional values; defaults to appending to the first available row
  • Write operation that should be confirmed with the user before execution
  • Depends on gws binary and shared Google Workspace authentication from gws-shared
SKILL.md

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

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"]]'
Related skills
Installs
20.0K
GitHub Stars
26.1K
First Seen
Mar 4, 2026