recipe-backup-sheet-as-csv
SolidExport 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
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Data & Documents Solid
recipe-generate-report-from-sheet
Read data from a Google Sheet and create a formatted Google Docs report.
26,720 Updated today
googleworkspace AI & Automation Solid
recipe-sync-contacts-to-sheet
Export Google Contacts directory to a Google Sheets spreadsheet.
26,720 Updated today
googleworkspace Data & Documents Listed
gws-sheets
Google Sheets: Read and write spreadsheets.
335 Updated today
aiskillstore AI & Automation Solid
gws-sheets
Google Sheets: Read and write spreadsheets.
26,720 Updated today
googleworkspace AI & Automation Listed
gws-sheets
Google Sheets: Read and write spreadsheets.
21 Updated 5 days ago
project-nomos