[][src]Module xlformula_engine::calculate

Evaluates a formula.

Functions

calculate_formula

Evaluates a string that was parsed and stored in Expression Struct. Takes an optional closure with the trait bound Fn(String) -> types::Value.

result_to_string

Converts a result from Value Enum to a printable string.