Πίσω στο 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.