Details
-
Bug
-
Resolution: Fixed
-
Normal
-
3.5.0
-
Security Level: Jimmy
Description
Formula evaluation happens automatically in the following 2 scenarios.
1. accessing a cell (by directly or indirectly invoking CellImpl.getFormulaResultType() or getValue()) causes the cell to evaluate itself.
2. changes to a cell will escalate down the chain of dependencies, and downstream cells will re-evaluate.
These evaluations may have a large cumulative effect.