create_workbook
Create a new Excel workbook (.xlsx) at a specified file path. Use this tool to initialize an empty workbook for subsequent read, write, or formatting operations.
Instructions
Create a new Excel workbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path where the workbook will be created (must end with .xlsx) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||