recipe-backup-sheet-as-csv

Solid

Export a Google Sheets spreadsheet as a CSV file for local backup or processing.

Data & Documents 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%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Export a Google Sheet as CSV > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`, `gws-drive` Export a Google Sheets spreadsheet as a CSV file for local backup or processing. ## Steps 1. Get spreadsheet details: `gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'` 2. Export as CSV: `gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}'` 3. Or read values directly: `gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv`

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