edit_xlsx_cell
Edit a specific cell in an Excel XLSX file by providing the file path, sheet name, cell reference, and new value. Optionally save to a different path.
Instructions
Edit a cell value in an XLSX file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | Cell reference (e.g. 'A1', 'B2') | |
| value | Yes | New cell value | |
| file_path | Yes | Absolute path to the .xlsx file | |
| sheet_name | Yes | Sheet name | |
| output_path | No | Save to different path (omit to overwrite) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |