create_workbook_file
Create new spreadsheet files in XLSX, CSV, or ODS format at specified paths for organizing data with customizable sheet names.
Instructions
Create a new empty spreadsheet file at the given path.
The file format is determined by the extension (.xlsx, .csv, or .ods). The file must not already exist. Returns the absolute path of the created file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path where the new file will be created (.csv, .ods, .xlsx). Must not already exist. | |
| sheet_name | No | Name for the initial sheet. Defaults to 'Sheet' for xlsx/ods, 'default' for csv. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |