java.lang.Objectcom.aspose.cells.AbstractCalculationEngine
public abstract class AbstractCalculationEngine
Property Getters/Setters Summary | ||
---|---|---|
boolean | isParamLiteralRequired() | |
Indicates whether this engine needs the literal text of parameter while doing calculation. Default value is false. |
Method Summary | ||
---|---|---|
abstract void | calculate(CalculationData data) | |
Calculates one function with given data. |
Property Getters/Setters Detail |
---|
isParamLiteralRequired | |
public boolean isParamLiteralRequired() |
Method Detail |
---|
calculate | |
public abstract void calculate(CalculationData data) |
data
- the required data to calculate function such as function name, parameters, ...etc.