Назад к Microsoft Excel
Подключите Knoon AI к Microsoft Excel (Microsoft), чтобы автоматизировать AI рабочие процессы.
Create a new worksheet tab inside an existing Excel workbook and populate it with CSV text.
microsoftExcelCreateWorksheetFromCSV
Бета
Разрешения
Опциональные разрешения
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| 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"). | Да |
| csvContent | mustache | CSV-formatted text for the new worksheet content, including header row. Each line is a row, values separated by commas. | Да |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.workbookId | string | Workbook ID. |
| sensitive.worksheetName | string | Worksheet name. |
| sensitive.worksheetId | string | Worksheet ID. |
| sensitive.range | string | Range actually written with the CSV content, or null if nothing was written. |