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 | 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 | 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. |
boolean getIgnoreError() / setIgnoreError(value)
AbstractCalculationMonitor getCalculationMonitor() / setCalculationMonitor(value)
int getCalcStackSize() / setCalcStackSize(value)
int getPrecisionStrategy() / setPrecisionStrategy(value)
boolean getRecursive() / setRecursive(value)