pub fn parse_formula(input: &str) -> Result<Expr>
Parse an Excel formula string into an AST expression.
The input should NOT include the leading = sign.
=
Returns an error if the formula string cannot be parsed.