https://bugs.documentfoundation.org/show_bug.cgi?id=99947

            Bug ID: 99947
           Summary: XLSX export of conditional formatting broken
           Product: LibreOffice
           Version: 5.1.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 125166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125166&action=edit
test document

1. Open the attached document.
2. Save as XLSX.
3. Open the exported file in Excel.

=> Excel reports errors in the conditional formatting.

First, the source ranges are written incorrectly. The test document contains a
conditional formatting based on the ranges B2:B4 and D2:D4. Excel uses spaces
as range separator, but LO writes semicolon:

LO:       <conditionalFormatting sqref="B2:B4;D2:D4">
expected: <conditionalFormatting sqref="B2:B4 D2:D4">

Second, after fixing this manually in the XML file with a text editor for
testing, Excel still complains about invalid data in the conditional formatting
elements.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to