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

--- Comment #14 from Justin L <[email protected]> ---
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 the assignee for the bug.

Reply via email to