excel_set_formula
Set or modify a formula in any Excel cell by specifying file, sheet, cell, and formula (without =).
Instructions
Set or modify a formula in a 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) | |
| formula | Yes | Excel formula (without = sign) | |
| createBackup | No |