calculate method
calculate
Calculates one function with given data.
def calculate(self, data):
...
Parameter | Type | Description |
---|---|---|
data | GridCalculationData | The required data to calculate function such as function name, parameters, …etc. |
Remarks
User should set the calculated value for given data for all functions(including excel native functions) that he wants to calculate by himself in this implementation.
See Also
- module
aspose.cellsgridjs
- class
GridAbstractCalculationEngine