https://bugs.documentfoundation.org/show_bug.cgi?id=144819
Bug ID: 144819
Summary: [FILEOPEN] Excel files should be recalculated when
recalc flag is set
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
XLS and XLSX files have mechanisms for marking that a file is dirty and should
be recalculated. LibreOffice is not honoring these flags.
Steps to Reproduce:
1. Open attached file
Actual Results:
Cells C2:C5 are not recalculated
Expected Results:
C2:C5 are recalculated (verified in Excel 2019)
Reproducible: Always
User Profile Reset: Yes
Additional Info:
For XLSX, the workbook calcPr tag has a fullCalcOnLoad attribute. For XLS, the
ForceFullCalculation record 0x08A3 should be parsed.
--
You are receiving this mail because:
You are the assignee for the bug.