[Libreoffice-bugs] [Bug 121887] New: FILEOPEN XLSX "Maximum number of rows per sheet" on tags ROW without attribute R

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Dec 3 19:53:30 UTC 2018


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 at lists.freedesktop.org
          Reporter: ungift-ed at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181203/0b53756e/attachment.html>


More information about the Libreoffice-bugs mailing list