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

--- Comment #1 from Uwe Auer <[email protected]> ---
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.

-- 
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