FormulaEvaluator

FormulaEvaluator

Overview

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

Basic formula evaluator for xlsx cells without cached values.

This class provides 2 methods for working with FormulaEvaluator objects in Python programs. Available methods include: __init__, evaluate. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

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