add_sheet
Add a new sheet to a spreadsheet workbook, specifying name and position, with auto-generated options available.
Instructions
Add a new sheet to the workbook.
Returns the name of the newly created sheet. Not supported for CSV files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the spreadsheet file | |
| name | No | Name for the new sheet. Auto-generated if omitted. | |
| position | No | 1-based position to insert the sheet. Appended at the end if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |