Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCalcStackSize() | |
method | setCalcStackSize(value) | |
The stack size for calculating cells recursively. Default value is 200. | ||
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 whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true. | ||
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 is 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)