Description: The main heading of charts formatted per OOXML is not being displayed in LibreOffice, but appear in other viewers. Steps to Reproduce: 1. Copy the python demo script from here into a text file and save it as a .py (I chose demo.py) (install python and the openpyxl module if you don't already have it) 2. Run the script python /path/to/file/demo.py 3. Open scatter.xlsx Actual Results: For a picture of the resulting output see: https://stackoverflow.com/questions/51717670/openpyxl-chart-title-chart-heading-not-functional-how-do-i-add-the-heading/ Expected Results: The output shown on the demo documentation: https://openpyxl.readthedocs.io/en/stable/charts/scatter.html Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info:
Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. (Please note that the attachment will be public, remove any sensitive information before attaching it. See https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F for help on how to do so.) I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided.
Dear Jason Fuller, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
This bug report could be invalid, but I'll assume that's the same as following: - open XLSX attachment 152445 [details] from bug 126133 - see comparison attachment 152593 [details] that titles are missing I'll set as New. No repro LO 4.3, repro LO 4.4 and LO 6.4+. Regression.
This seems to have begun at the below commit. Adding Cc: to Markus Mohrhard ; Could you possibly take a look at this one? Thanks 56461c7f4178657f16ad7f4c761623bd4ead96f4 is the first bad commit commit 56461c7f4178657f16ad7f4c761623bd4ead96f4 Author: Matthew Francis <mjay.francis@gmail.com> Date: Sat Mar 14 21:48:59 2015 +0800 source-hash-2f74e52a6efe7a51d6575cbb9b5f30b1ad99ee7c commit 2f74e52a6efe7a51d6575cbb9b5f30b1ad99ee7c Author: Markus Mohrhard <markus.mohrhard@collabora.co.uk> AuthorDate: Sun Jun 22 04:47:36 2014 +0200 Commit: Markus Mohrhard <markus.mohrhard@collabora.co.uk> CommitDate: Sun Jun 22 05:05:01 2014 +0200 use the correct default value, fdo#78080
(In reply to Timur from comment #3) > No repro LO 4.3 Actually no repro 4.3-beta but repro 4.3.0. Thanks raal.
Issue from LibreOffice 4.3. No need for a high severity at this point...
Proposed patch: https://gerrit.libreoffice.org/c/core/+/88151
Gabor Kelemen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/176e06c116db09cae5781522461390da87632953 tdf#119138 Show custom chart title if autoTitleDeleted is missing It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified. Gabor, thanks and please always comment on which backport you're planning.