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
베타
권한
  • Files.ReadWrite
선택사항 권한
  • Files.ReadWrite.All
  • Sites.ReadWrite.All
매개변수
이름유형설명필수
workbookIdfile Select the Excel workbook where the new worksheet tab should be created.
worksheetNamemustache Name of the new worksheet tab to create (e.g. "Leads" or "Q1 Report").
csvContentmustache CSV-formatted text for the new worksheet content, including header row. Each line is a row, values separated by commas.
반환값
이름유형설명
statusstring CREATED, EXISTS, or ERROR.
sensitive.workbookIdstring Workbook ID.
sensitive.worksheetNamestring Worksheet name.
sensitive.worksheetIdstring Worksheet ID.
sensitive.rangestring Range actually written with the CSV content, or null if nothing was written.