recipe-create-expense-tracker

Solid

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.

AI & Automation 26,720 stars 1406 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
42
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create a Google Sheets Expense Tracker > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-drive` Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries. ## Steps 1. Create spreadsheet: `gws drive files create --json '{"name": "Expense Tracker 2025", "mimeType": "application/vnd.google-apps.spreadsheet"}'` 2. Add headers: `gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["Date", "Category", "Description", "Amount"]'` 3. Add first entry: `gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["2025-01-15", "Travel", "Flight to NYC", "450.00"]'` 4. Share with manager: `gws drive permissions create --params '{"fileId": "SHEET_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "manager@company.com"}'`

Details

Author
googleworkspace
Repository
googleworkspace/cli
Created
3 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category