add_sheet
Add a new worksheet to your workbook, optionally specifying a name. Sheets are auto-named if no name is provided.
Instructions
Add a new sheet to the workbook.
Args: name: Optional sheet name. If omitted, auto-named (Sheet2, Sheet3, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |