pub fn evaluate(formula: &str, variables: &HashMap<String, Value>) -> Value👎Deprecated since 0.7.0:
use Engine::sheets()/Engine::excel() and engine.evaluate() — engine flavor is required; see ADR 2026-04-27; removal target: 0.7.0 coordinated release
Expand description
Evaluate a formula string with named variables, targeting Google Sheets conformance.
Returns Value::Error(ErrorKind::Value) on parse failure.