Google Sheets Writer
Append rows to a Google Sheets spreadsheet using the gws CLI.
When to use
- "add 20 rupees for coffee", "log this expense", "write these rows to the sheet"
Scripts
scripts/append.py— append values. Args:spreadsheet_id,range(defaultSheet1!A1),values(JSON array of arrays).
Procedure
- Run
scripts/append.pywithspreadsheet_id,range, andvalues(JSON list of rows). - Confirm the append succeeded and tell the user.