pub fn evaluate(formula: &str, variables: &HashMap<String, Value>) -> Value
Evaluate a formula string with named variables, targeting Google Sheets conformance.
Returns Value::Error(ErrorKind::Value) on parse failure.
Value::Error(ErrorKind::Value)