-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 3.5.0
-
Component/s: ZSS Formula
-
Security Level: Jimmy
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.