📋
Google Sheets CLI
communityRead, write, and update Google Sheets data via CLI — read tables, append rows, update cells, and perform batch operations.
dataWhat This Skill Does
Read, write, and update Google Sheets data via CLI — read tables, append rows, update cells, and perform batch operations.
Capabilities
- Read Tables — Fetch and display spreadsheet data
- Append Rows — Add new data rows to sheets
- Update Cells — Modify cells by key or index
- Batch Operations — Perform bulk updates efficiently
How It Works
- Connect to your Google Sheet by ID or URL
- Use CLI commands to read, write, or update data
- Batch operations handle bulk changes efficiently
- Data is synced directly with Google Sheets
Example Usage
"Read all data from the Projects sheet"
"Append a new row to the Tasks spreadsheet"
"Update the status column for row 5"