pub fn parse(formula: &str) -> Result<Expr, ParseError>👎Deprecated:
use Engine::sheets()/Engine::excel() and engine.parse() — engine flavor is required; see ADR 2026-04-27
Expand description
Parse a formula string into an expression tree.
The formula must start with =. Returns a ParseError if the input
is not a valid formula.