create_sheet
Add a new empty worksheet to an existing Excel workbook at a specified position. Specify the file path, sheet name, and optional index for insertion.
Instructions
Add a new empty sheet to an existing workbook.
Args: path: Path to the .xlsx file, or the name of a preloaded file. Omit if only one file is configured. sheet: Name for the new sheet. index: Zero-based position to insert at; omit to append at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| index | No | ||
| sheet | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||