2.4.125 ForceFullCalculation

The ForceFullCalculation record specifies the value of the forced calculation mode for this workbook.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

frtHeader

...

...

fNoDeps

frtHeader (12 bytes):  An FrtHeader. The frtHeader.rt field MUST be 0x08A3.

fNoDeps (4 bytes):  A Boolean (section 2.5.14) that specifies whether all cells in the workbook are calculated or not. MUST be one of the following:

Value

Meaning

0

Dependencies are respected and only formulas (section 2.2.2) that depend on cells that changed in the workbook are calculated.

1

Dependencies are ignored and all cell formulas in this workbook fully calculate every time a calculation is triggered.