export_sheet
Export a Google Spreadsheet as Excel, CSV, PDF, or ODS. Specify the spreadsheet ID and format to download the file locally.
Instructions
Export (download) a Google Spreadsheet as Excel, CSV, or PDF.
Args: spreadsheet_id: The ID of the spreadsheet format: Export format — 'xlsx', 'csv', 'pdf', or 'ods' output_path: Local file path to save to. Auto-generated if omitted.
Returns: The local file path where the file was saved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| format | No | xlsx | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |