Steps: 1) Open attachment 104062 [details] 2) Notice that there isnt anything between 'Category 1' and 'Axis Title' 3) Look at Word 2010 VS 4.4 screenshot - attachment 104114 [details] Tested in 4.4, 4.3.1, and 4.2.6 on Linux.
Bodhi Linux 2.4 - E17 LibreOffice 4.4 Built August 7, 2014 Confirmed: New Major - at least for user it appears like loss of data High - default seems fine
We have just no rendering support for data tables. We store them in the file and can export them again.
Some notes for whoever is going to implement it: https://wiki.documentfoundation.org/Unimplemented_Chart_ODF_Elements
*** Bug 95345 has been marked as a duplicate of this bug. ***
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.4.1 or 5.3.6 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170929
The problem continues without any change in Versión: 5.4.1.2 (x64) with Windows 7
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
*** Bug 112851 has been marked as a duplicate of this bug. ***
*** Bug 137691 has been marked as a duplicate of this bug. ***
(In reply to Markus Mohrhard from comment #3) > Some notes for whoever is going to implement it: > > https://wiki.documentfoundation.org/Unimplemented_Chart_ODF_Elements This is misleading. None of the there mentioned elements exists in ODF 1.3.
Miklos, in the ESC minutes I saw that you are working on this? If so, this bug may be interesting (if for no other reason than to be able to mark it resolved. ;-)
Tomaz works on this, let me set the assignee field accordingly.
Created attachment 182476 [details] The example file in current nightly and Word 2013 Looks like the DOCX import needs a bit more work to show data tables. Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 4ca5c021c91680f1a5df47225d9cb0d41c0a8637 CPU threads: 14; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: threaded
Okay, that was just me. See attachment 182484 [details] for how it looks with default ODF version set to 1.3 extended - now it all correctly appears.
I just reopened bug #137691 which was marked as a duplicate of this feature tracking bug. The sample document there now does nicely show the data table - thank you! Numbers aren't formatted, though, so instead of "$200,000" in Office 365 we just show "200000".
(In reply to Gabor Kelemen (allotropia) from comment #13) > Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Thanks to commit 203eaefb4ac012c36a1ecdd3753e1cb2c5876efc Author: Tomaž Vajngerl on Fri Jul 29 15:57:42 2022 +0200 xmloff: import and export for the chart data table [Not entirely sure why xmloff (ODF import/export) would cause a DOCX chart to visualize, but whatever. perhaps it was schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng]
(In reply to Justin L from comment #16) > [Not entirely sure why xmloff (ODF import/export) would cause a DOCX chart > to visualize I think the current pipeline is that we import the chart from OOXML, then we dump the chart to a temporary file (ODF export), and later we load that file (ODF import), then finally show it. At least that would explain why chart is special and the chart OOXML filter depends on the ODF filter, as far as the user is concerned.