Skip to main content

evaluate

Function evaluate 

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

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

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