FormulaEvaluator

FormulaEvaluator

Overview

FormulaEvaluator is a class in Aspose.Cells FOSS for Python.

Basic formula evaluator for xlsx cells without cached values.

Methods

SignatureDescription
__init__(workbook)Initialize the formula evaluator.
evaluate(formula: str, worksheet, cell_ref: str)Optional[Any]Evaluate a formula and return the result.

See Also