excel_write_range
Write data to a specific cell range in an Excel file. Provide file path, sheet name, range, and a 2D array of values.
Instructions
Write multiple cells simultaneously
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| range | Yes | Range to write (e.g., A1:D10) | |
| data | Yes | 2D array of data to write | |
| createBackup | No |