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 726189 - Rich text roundtrip problems
Rich text roundtrip problems
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: 2014-03-12 17:13 UTC by Morten Welinder
Modified: 2014-06-04 00:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2014-03-12 17:13:32 UTC
New test t6514 shows problems for xls:

-        <gnm:Cell Row="7" Col="1" ValueType="60" ValueFormat="@[superscript=1:4:6]">Sample text</gnm:Cell>
+        <gnm:Cell Row="7" Col="1" ValueType="60" ValueFormat="@[family=Sans:4:2147483647][size=10240:4:2147483647][bold=0:4:2147483647][italic=0:4:2147483647][strikethrough=0:4:2147483647][underline=none:4:2147483647][superscript=1:4:2147483647][color=00x00x00:4:2147483647]">Sample text</gnm:Cell>

and for xlsx:

-        <gnm:Cell Row="4" Col="1" ValueType="60" ValueFormat="@[italic=1:2:3][italic=1:7:8]">Sample text</gnm:Cell>
+        <gnm:Cell Row="4" Col="1" ValueType="60">Sample text</gnm:Cell>
Comment 1 Morten Welinder 2014-03-22 02:47:14 UTC
Mostly fixed for xls.

We still fail on having both superscript and subscript.  The format cannot
handle that, but the test needs to be shut up.
Comment 2 Morten Welinder 2014-06-04 00:06:44 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.