excel_write_workbook
Create a new Excel workbook from a 2D array, specifying file path and sheet name.
Instructions
Create a new Excel file with data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path for the new Excel file | |
| sheetName | No | Name for the sheet | Sheet1 |
| data | Yes | 2D array of data to write | |
| createBackup | No |