Validate WorkPaper Formula
validate_formulaCheck formula syntax with the WorkPaper parser to prevent errors before writing to a cell. Validates structure only, not evaluation.
Instructions
Validate formula syntax with the WorkPaper parser before writing it to a cell. This checks syntax only; use set_cell_contents plus readback to evaluate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formula | Yes | Formula string including the leading =, for example =SUM(Inputs!B2:B4). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formula | Yes | ||
| valid | Yes |