Skip to main content

parse_formula

Function parse_formula 

Source
pub fn parse_formula(input: &str) -> Result<Expr>
Expand description

Parse an Excel formula string into an AST expression.

The input should NOT include the leading = sign.

ยงErrors

Returns an error if the formula string cannot be parsed.