Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCalcStackSize() | |
method | setCalcStackSize(value) | |
Specifies the stack size for calculating cells recursively. | ||
method | getCalculationMonitor() | |
method | setCalculationMonitor(value) | |
The monitor for user to track the progress of formula calculation. | ||
method | getCharacterEncoding() | |
method | setCharacterEncoding(value) | |
Specifies the encoding used for encoding/decoding characters when calculating formulas. For functions such as CHAR, CODE, the calculated result depends on the region settings and default charset of the environment. With this property user can specify the proper encoding used for those function to get the expected result. | ||
method | getIgnoreError() | |
method | setIgnoreError(value) | |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc. | ||
method | getLinkedDataSources() | |
method | setLinkedDataSources(value) | |
Specifies the data sources for external links used in formulas. | ||
method | getPrecisionStrategy() | |
method | setPrecisionStrategy(value) | |
Specifies the strategy for processing precision of calculation. The value of the property is CalculationPrecisionStrategy integer constant. | ||
method | getRecursive() | |
method | setRecursive(value) | |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. The default value if true. |
boolean getIgnoreError() / setIgnoreError(value)
boolean getRecursive() / setRecursive(value)
AbstractCalculationMonitor getCalculationMonitor() / setCalculationMonitor(value)
int getCalcStackSize() / setCalcStackSize(value)
int getPrecisionStrategy() / setPrecisionStrategy(value)
Workbook[] getLinkedDataSources() / setLinkedDataSources(value)
Encoding getCharacterEncoding() / setCharacterEncoding(value)