Skip to main content
Back to registry

recipe-backup-sheet-as-csv

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csv
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-backup-sheet-as-csv do?

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive

Is recipe-backup-sheet-as-csv good?

recipe-backup-sheet-as-csv does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-backup-sheet-as-csv work with?

recipe-backup-sheet-as-csv currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-backup-sheet-as-csv?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-backup-sheet-as-csv?

npx skills add https://github.com/googleworkspace/cli --skill recipe-backup-sheet-as-csv

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering