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