[Libreoffice-bugs] [Bug 123774] FILESAVE Percentage format in ODS pie chart not saved in XLSX format
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 21 00:51:50 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123774
--- Comment #5 from Aron Budea <baron at caesar.elte.hu> ---
The problem here is that the data series has NumberFormat property, so the
following lines will always pick that up:
https://opengrok.libreoffice.org/xref/core/oox/source/export/chartexport.cxx?r=1b26a6e7#3008
https://opengrok.libreoffice.org/xref/core/oox/source/export/chartexport.cxx?r=1b26a6e7#3086
Perhaps it would be better to check the state of the actual 'Show value as
percentge' checkbox, and take the respective number format based on that...
just an idea.
--
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/20190621/c16b4db8/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list