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

V Stuart Foote <vstuart.fo...@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bu...@bubli.org,
                   |                            |vasily.melenc...@cib.de
           Keywords|                            |needsDevEval
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=62
                   |                            |268

--- Comment #4 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
Correcting bug 62268 [1] looks to maintain performance by not recalculating
height of all rows, but just when parsing of ODF spreadsheets with row styling
"use-optimal-row-height" set true.

Guess that means for some externally generated XML, the XlsxWriter output here,
there is no style "use-optimal-row-height" being set in the import filter--so
the row height is locked at some default row height even though the text wrap
is enabled.

Can the import filter(s) be adjusted to set the use-optimal-row-height style on
rows when just the wrap text cell is encountered in a cell? That seems to be
the way Excel 2007+ consumed the XML--no row height.

Or, should handling output of the XlsxWriter generator be NOB? It does clear as
soon as we export to an ODF styled format, or modify the imported sheet.

=-ref-=

[1]https://gerrit.libreoffice.org/#/c/52521/

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to