upload_excel
Upload an Excel or CSV file and convert it into a new Google Spreadsheet. Optionally set a title and specify a Google Drive folder.
Instructions
Upload an Excel (.xlsx/.xls) or CSV file and convert it to a Google Spreadsheet.
Args: file_path: Local file path to the Excel or CSV file title: Optional title for the new spreadsheet (defaults to the filename) folder_id: Optional Google Drive folder ID to place the file in
Returns: The created spreadsheet's ID, title, and URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| title | No | ||
| folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |