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 580979 - pango formatting of sheet object labels is not saved.
pango formatting of sheet object labels is not saved.
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export other
git master
Other All
: Normal normal
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-05-01 07:40 UTC by Andreas J. Guelzow
Modified: 2009-05-07 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2009-05-01 07:40:22 UTC
While we save the type style formatting of sheet labels in xls files we do not save that information in .gnumeric files:

<gnm:SheetObjectFilled ObjectBound="A3:E10" ObjectOffset="0.703 0.118 0.156 0.471" Direction="17" Type="101" Width="0" OutlineColor="0:0:0" FillColor="FFFF:FFFF:FFFF" Label="Hello World">
    <Style type="GOStyle">
      <outline dash="solid" auto-dash="1" width="0" color="0:0:0:FF" auto-color="1"/>
      <fill type="pattern" auto-type="1" is-auto="1" auto-fore="1">
              <pattern type="solid" fore="0:0:0:FF" back="FF:FF:FF:FF"/>
      </fill>
     </Style>
</gnm:SheetObjectFilled>
Comment 1 Andreas J. Guelzow 2009-05-07 22:09:25 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.