excel_validate_formulas
Check if specified Excel cells contain formulas rather than hardcoded values to maintain calculation integrity in financial spreadsheets.
Instructions
Validate that cells contain formulas instead of hardcoded values
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worksheetName | Yes | ||
| cells | Yes | List of cell addresses to validate (e.g., ['A3', 'B5', 'C10']) |