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. |