Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(formula: &str, variables: &HashMap<String, Value>) -> Value
👎Deprecated:

use Engine::sheets()/Engine::excel() and engine.evaluate() — engine flavor is required; see ADR 2026-04-27

Expand description

Evaluate a formula string with named variables, targeting Google Sheets conformance.

Returns Value::Error(ErrorKind::Value) on parse failure.