java.lang.Object
com.aspose.cells.CalculationOptions
public class CalculationOptions
- extends java.lang.Object
Represents options for calculation.
CalculationOptions
public CalculationOptions()
-
|
Property Getters/Setters Detail |
getIgnoreError/setIgnoreError | |
public boolean getIgnoreError() / public void setIgnoreError(boolean value)
|
-
Indicates if you need to hide the error in calculating formulas.
The error may be unsupported function, external links, etc.
setIgnoreError | |
public void setIgnoreError(boolean value)
|
-
Indicates if you need to hide the error in calculating formulas.
The error may be unsupported function, external links, etc.
-
The custom formula calculation functions to extend the calculation engine.
NOTE: This member is now obsolete. Instead,
please use CustomEngine property, AbstractCalculationEngine provides more convenient and flexible APIs
for manipulating custom functions.
This property will be removed 12 months later since August 2020.
Aspose apologizes for any inconvenience you may have experienced.
-
The custom formula calculation functions to extend the calculation engine.
NOTE: This member is now obsolete. Instead,
please use CustomEngine property, AbstractCalculationEngine provides more convenient and flexible APIs
for manipulating custom functions.
This property will be removed 12 months later since August 2020.
Aspose apologizes for any inconvenience you may have experienced.
-
The custom formula calculation engine to extend the default calculation engine of Aspose.Cells.
-
The custom formula calculation engine to extend the default calculation engine of Aspose.Cells.
-
The monitor for user to track the progress of formula calculation.
-
The monitor for user to track the progress of formula calculation.
getCalcStackSize/setCalcStackSize | |
public int getCalcStackSize() / public void setCalcStackSize(int value)
|
-
Specifies the stack size for calculating cells recursively.
-1 for this property means the calculation will use WorkbookSettings.CalcStackSize of corresponding workbook.
WorkbookSettings.CalcStackSize
setCalcStackSize | |
public void setCalcStackSize(int value)
|
-
Specifies the stack size for calculating cells recursively.
-1 for this property means the calculation will use WorkbookSettings.CalcStackSize of corresponding workbook.
WorkbookSettings.CalcStackSize
getPrecisionStrategy/setPrecisionStrategy | |
public int getPrecisionStrategy() / public void setPrecisionStrategy(int value)
|
-
Specifies the strategy for processing precision of calcuation.
The value of the property is CalculationPrecisionStrategy integer constant.
setPrecisionStrategy | |
public void setPrecisionStrategy(int value)
|
-
Specifies the strategy for processing precision of calcuation.
The value of the property is CalculationPrecisionStrategy integer constant.
getRecursive/setRecursive | |
public boolean getRecursive() / public void setRecursive(boolean value)
|
-
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.
setRecursive | |
public void setRecursive(boolean value)
|
-
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.