ย้อนกลับไปยัง 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
เบต้า
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| workbookId | file | Select the Excel workbook where the new worksheet tab should be created. | ใช่ |
| worksheetName | mustache | Name of the new worksheet tab to create (e.g. "Leads" or "Q1 Report"). | ใช่ |
| csvContent | mustache | CSV-formatted text for the new worksheet content, including header row. Each line is a row, values separated by commas. | ใช่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| status | string | CREATED, EXISTS, or ERROR. |
| sensitive.workbookId | string | Workbook ID. |
| sensitive.worksheetName | string | Worksheet name. |
| sensitive.worksheetId | string | Worksheet ID. |
| sensitive.range | string | Range actually written with the CSV content, or null if nothing was written. |