Microsoft Excel に戻る

Microsoft Excel (Microsoft) と Knoon AI を接続して 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.