<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILEOPEN XLSX "Maximum number of rows per sheet" on tags ROW without attribute R"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121887">121887</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILEOPEN XLSX "Maximum number of rows per sheet" on tags ROW without attribute R
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.7.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>filters and storage
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ungift-ed@ya.ru
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=147249" name="attach_147249" title="Really small example for the issue">attachment 147249</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=147249&action=edit" title="Really small example for the issue">[details]</a></span>
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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>