[Bug 160983] RecalcOptimalRowHeightMode should be effective for CSV imports also

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 24 12:28:56 UTC 2024


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

--- Comment #14 from Justin L <jluth at mail.com> ---
You definitely want to have row height automatically calculated for a CSV
import, since CSV cannot possibly specify a height for any row. Otherwise any
multiline data (like row 54) would be "hidden" - looking like single line data
(like row 53).

CSV is always a transitional format. You load it once, then format it according
to your liking and then export it into an appropriate format.

Other than avoiding a performance penalty, I can't imagine any reason not to
want to have the row height be calculated at load time. The proper response to
being irritated about the speed is to optimize row height calculation.

[That said, I did say in my XLSX commit "I can't think of a reason why this
shouldn't apply to all formats". As a code pointer, see
https://gerrit.libreoffice.org/c/core/+/164721 ]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list