create_sheet
Create a new worksheet in an existing Excel workbook. Specify the workbook path, sheet name, and optional position for insertion.
Instructions
Create a new worksheet in the workbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| sheet_name | Yes | Name for the new worksheet | |
| index | No | Optional position to insert the sheet (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||