R
recipe-backup-sheet-as-csv
by @googleworkspacev
4.5(152)
Can export Google Sheets as CSV files for local backup or offline use, ensuring data security and convenient access.
Installation
npx skills add googleworkspace/cli --skill recipe-backup-sheet-as-csvcompare_arrows
Before / After Comparison
1 组Before
Manually exporting Google Sheets as CSV files is cumbersome, especially when regular backups are needed. It's time-consuming, prone to errors, carries a high risk of data loss, and is inconvenient for local processing.
After
Automate exporting Google Sheets as CSV files for quick local data backup. This ensures data security, facilitates offline processing and analysis, and significantly improves data management efficiency.
SKILL.md
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
- Get spreadsheet details:
gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' - Export as CSV:
gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}' - Or read values directly:
gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv
User Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs15.2K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1
User Rating
4.5(152)
5
23%
4
52%
3
23%
2
2%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年5月23日