create_workbook
Create a new Excel workbook. Optionally, provide a session ID to work within an existing session for improved performance.
Instructions
Create new Excel workbook.
Args:
session_id: Session ID for creating workbook in existing session (optional)
filepath: Path to create new Excel file (legacy, deprecated)
Note: Use session_id for better performance. filepath parameter is deprecated.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| filepath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |