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