返回 Microsoft Excel
将 Knoon AI 与 Microsoft Excel (Microsoft) 连接以自动化 AI 工作流。
Create a new worksheet tab inside an existing Excel workbook.
microsoftExcelCreateWorksheet
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| workbookId | file | Select the Excel workbook where the new worksheet tab should be created. | 是的 |
| worksheetName | mustache | Name of the new worksheet tab to create (e.g. "Leads" or "Q1 Report"). | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.workbookId | string | Workbook ID. |
| sensitive.worksheetName | string | Worksheet name. |
| sensitive.worksheetId | string | Worksheet ID. |