After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743822 - xlsx vs axis value formatting
xlsx vs axis value formatting
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export MS Excel (tm)
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2015-02-02 00:55 UTC by Morten Welinder
Modified: 2015-02-03 18:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
File with bold numbers on Y axis (10.63 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2015-02-02 19:35 UTC, Morten Welinder
Details

Description Morten Welinder 2015-02-02 00:55:42 UTC
We have the ability to make axis values bold, for example.

We drop this information on xlsx save.  So does LO.

It's not clear to me where in the file this information can be saved.
Comment 1 Morten Welinder 2015-02-02 19:35:21 UTC
Created attachment 295972 [details]
File with bold numbers on Y axis

Excel does support it and stuffs the information into a somewhat bogus
<a:p> tag:

        <c:txPr>
          <a:bodyPr/>
          <a:lstStyle/>
          <a:p>
            <a:pPr>
              <a:defRPr b="1"/>
            </a:pPr>
            <a:endParaRPr lang="en-US"/>
          </a:p>
        </c:txPr>
Comment 2 Morten Welinder 2015-02-03 18:29:49 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.