<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Saving as XLS should say how many rows dropped"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139706#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Saving as XLS should say how many rows dropped"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139706">bug 139706</a>
              from <span class="vcard"><a class="email" href="mailto:uwe@franke-auer.de" title="Uwe Auer <uwe@franke-auer.de>"> <span class="fn">Uwe Auer</span></a>
</span></b>
        <pre>If I understand the description correctly the calculation is simple:

Loading TSV file gets cut to 1048576 rows on import. Hence you have 1048576 row
in the document while application is running. Now you save to XLS (not XLSX!),
which has a row limit of 2^16=65536 rows. Hence 1048576 - 65536 = 983040 rows
have been skipped.</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>