[Libreoffice-bugs] [Bug 139706] Saving as XLS should say how many rows dropped

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 17 16:06:31 UTC 2021


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

--- Comment #1 from Uwe Auer <uwe at franke-auer.de> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210117/280a49c1/attachment.htm>


More information about the Libreoffice-bugs mailing list