GNOME Bugzilla – Bug 726189
Rich text roundtrip problems
Last modified: 2014-06-04 00:06:44 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>
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.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.