excel_get_formula
Read the formula from a specific cell in an Excel file. Provide file path, sheet name, and cell address to retrieve the formula.
Instructions
Read the formula from 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) | |
| responseFormat | No | json |