Skip to main content

validate

Function validate 

Source
pub fn validate(formula: &str) -> Result<(), ParseError>
👎Deprecated:

use Engine::sheets()/Engine::excel() and engine.validate() — engine flavor is required; see ADR 2026-04-27

Expand description

Validate that a formula string is syntactically correct without returning the AST.