excel_add_sheet
Add a new worksheet to an existing Excel workbook by providing the workbook ID and sheet name, with an optional tab color.
Instructions
添加工作表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabColor | No | 标签颜色(如 FF0000) | |
| sheetName | Yes | 工作表名称 | |
| workbookId | Yes | 工作簿ID |