save_workbook
Save the current spreadsheet to an XLSX file. Specify a file path, or omit to overwrite the original file.
Instructions
Save the current workbook to an xlsx file.
Args: file_path: Path to save to. If omitted, saves to the path it was loaded from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |