[Libreoffice-bugs] [Bug 126133] Calc does not import xlsx correctly - Chart axis title rotated
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 10 08:33:32 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=126133
--- Comment #8 from Gabor Kelemen <kelemeng at ubuntu.com> ---
This happens because for the <catAx> tag there is value:
<axPos val="l"/>
set. Which is wrong (left), it should be:
<c:axPos val="b"/> (below)
Excel imports this value and corrects it after saving to a different file.
--
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/20200210/f3c4d97a/attachment.htm>
More information about the Libreoffice-bugs
mailing list