create_workbook
Create a new Excel workbook at a specified path, returning a session ID for editing. Overwrites existing files only when explicitly allowed.
Instructions
Create a new Excel workbook at the given absolute path.
The file is not written to disk until save_workbook. Fails if the file already exists unless overwrite=True. Returns a session_id for editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| overwrite | No |