返回 Microsoft Excel
将 Knoon AI 与 Microsoft Excel (Microsoft) 连接以自动化 AI 工作流。
Create a new Excel workbook from CSV text, optionally inside a specific OneDrive or SharePoint folder.
microsoftExcelCreateFromCSV
测试版
权限
可选权限
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| parentFolderId | file | Optional. Select a OneDrive or SharePoint folder to create the new workbook in. If not set, the workbook will be created in the default drive root. | 没有 |
| title | mustache | Name of the new Excel workbook to create (e.g. "Imported Contacts"). | 是的 |
| csvContent | mustache | CSV-formatted text for the initial worksheet content, including header row. Each line is a row, values separated by commas. | 是的 |
| overwriteExisting | boolean | If true, overwrite the workbook when a file with the same name already exists in the target folder. If false, the tool returns an error instead of overwriting. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.workbookId | string | ID of the created workbook. |
| sensitive.worksheetName | string | Name of the worksheet populated. |
| sensitive.range | string | Range written during creation. |
| sensitive.title | string | Workbook title. |