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

            Bug ID: 121887
           Summary: FILEOPEN XLSX "Maximum number of rows per sheet" on
                    tags ROW without attribute R
           Product: LibreOffice
           Version: 6.0.7.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: filters and storage
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: ungift...@ya.ru

Created attachment 147249
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147249&action=edit
Really small example for the issue

We have reports in XLSX from our corporate GSM oprtaror.
Everytime we open that files in LO we have warning about maximum rows exceeded.
Today I spent 2-3 hours to track down this issue.

I found LO warn "Maximum number of rows per sheet" on this simple XML:

<sheetData>
    <row> <c><v>1</v></c> </row>
</sheetData>

with attribute R it eats file fine:

<sheetData>
    <row r="1"> <c><v>1</v></c> </row>
</sheetData>

But Excel (2003, 2007, web 365) open file fine without any warnings and issues.

Tested on 6.0.7.3 and 6.1.3.2

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

Reply via email to