[Libreoffice-bugs] [Bug 123026] LibreOffice ignore xlsxwriter 'text_wrap' formatting option, seems optimal height for row is not being set to hold cells with wrapped text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 29 20:53:29 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123026
V Stuart Foote <vstuart.foote at utsa.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bubli at bubli.org,
| |vasily.melenchuk at cib.de
Keywords| |needsDevEval
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=62
| |268
--- Comment #4 from V Stuart Foote <vstuart.foote at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190129/654aee34/attachment.html>
More information about the Libreoffice-bugs
mailing list