excel_update_cell
Update a cell in an Excel file by specifying its address and new value, with optional backup.
Instructions
Update value of a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| cellAddress | Yes | Cell address (e.g., A1) | |
| value | Yes | Value to write | |
| createBackup | No |