gws-sheets-append

Append rows to Google Sheets using comma-separated values or JSON arrays.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill gws-sheets-append-m13v
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-sheets-append
Source: https://github.com/m13v/fazm/tree/main/skills/gws-sheets-append
Command: npx skills add https://github.com/m13v/fazm --skill gws-sheets-append-m13v

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of adding new rows of data to a specified Google Sheet, eliminating manual data entry and ensuring data accuracy.

Core Features & Use Cases

  • Append Single Row: Add a single row of data using comma-separated values.
  • Append Multiple Rows: Add multiple rows of data efficiently using a JSON array format.
  • Use Case: Automatically append daily sales figures from a point-of-sale system directly into a master sales tracking spreadsheet in Google Sheets.

Quick Start

Append the values 'Alice,100,true' to the spreadsheet with ID 'ID'.

Frequently Asked Questions about gws-sheets-append

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I append rows to a Google Sheets spreadsheet automatically?

Appending rows to Google Sheets is done by providing the spreadsheet ID and your data, either as a single row of comma-separated values or as a JSON array for multiple rows, automating daily data entry.

Can I append multiple rows to Google Sheets using a JSON array?

Yes, you can append multiple rows to Google Sheets by formatting your data as a JSON array, which allows efficient bulk addition of records like daily sales figures directly into your tracking spreadsheet.

Do I need the gws CLI tool to append data to Google Sheets?

Yes, appending data to Google Sheets with this Skill requires the gws CLI tool and proper authentication with Google Workspace to ensure secure and accurate automated data entry into your spreadsheets.

What is the best way to automate daily sales data entry in Google Sheets?

The best way to automate daily sales data entry in Google Sheets is by appending rows directly from your point-of-sale system using comma-separated values or JSON arrays, ensuring your master tracking spreadsheet stays up to date.

Does appending rows to Google Sheets support single row data entry?

Yes, appending rows to Google Sheets supports single row data entry by accepting comma-separated values, allowing you to quickly add individual records such as 'Alice,100,true' to a specified spreadsheet ID.