https://bz.apache.org/bugzilla/show_bug.cgi?id=61863

Dominik Stadler <dominik.stad...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Dominik Stadler <dominik.stad...@gmx.at> ---
This is not how the flags on Workbook and Sheet are intended. 

They both are just flags which indicate to Excel or any other application that
formulas should be re-calculated. These flag are available on sheet- or
workbook-level, but they are not related to each other in the binary format. 

So Apache POI just populates the binary file with these flags as appropriate
and there is no handling to "synchronize" those two in any way. Excel then
decides based on the set flags, which sheets it will recalculate.

Adjusted the javadoc via r1875804 somewhat and added tests that verify the
current behavior, but as far as I see we should not change anything here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to