
recipe-backup-sheet-as-csv
PopularExport a Google Sheets spreadsheet as a CSV file for local backup or processing.
"Export a Google Sheets spreadsheet as a CSV file for local backup or processing."
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
You Might Also Like
Related Skills

revops
When the user wants help with revenue operations, lead lifecycle management, or marketing-to-sales handoff processes. Also use when the user mentions 'RevOps,' 'revenue operations,' 'lead scoring,' 'lead routing,' 'MQL,' 'SQL,' 'pipeline stages,' 'deal desk,' 'CRM automation,' 'marketing-to-sales handoff,' 'data hygiene,' 'leads aren't getting to sales,' 'pipeline management,' 'lead qualification,' or 'when should marketing hand off to sales.' Use this for anything involving the systems and processes that connect marketing to revenue. For cold outreach emails, see cold-email. For email drip campaigns, see emails. For pricing decisions, see pricing.
coreyhaines31
recipe-block-focus-time
Create recurring focus time blocks on Google Calendar to protect deep work hours.
googleworkspace
recipe-create-task-list
Set up a new Google Tasks list with initial tasks.
googleworkspace
recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
googleworkspace
recipe-schedule-recurring-event
Create a recurring Google Calendar event with attendees.
googleworkspace
recipe-find-large-files
Identify large Google Drive files consuming storage quota.
googleworkspace