Recipe Backup Sheet As Csv — Recipe 备份 Sheet As Csv
v1.0.13导出 a Google Sheets spreadsheet as a CSV file for local 备份 or processing.
0· 588·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-backup-sheet-as-csv
镜像加速npx clawhub@latest install recipe-backup-sheet-as-csv --registry https://cn.longxiaskill.com 镜像可用
技能文档
导出 a Google Sheet as CSV
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-sheets, gws-drive
导出 a Google Sheets spreadsheet as a CSV file for local 备份 or processing.
Steps 获取 spreadsheet detAIls: gws sheets spreadsheets 获取 --params '{"spreadsheetId": "SHEET_ID"}' 导出 as CSV: gws drive files 导出 --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}' Or read values directly: gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --格式化 csv