GNOME Bugzilla – Bug 476010
Better handling of header footer codes
Last modified: 2014-02-25 07:13:32 UTC
save to xls 2000 format, header becomes "TAB]" which doesn't look very nice
A sample would be ideal. Could you send over a .gnumeric file that mis-exports the header to xls ?
Created attachment 95490 [details] a generic gnumeric file, nothing special
Created attachment 95491 [details] the gnumeric file saved as .xls note also the footer becomes "Page PAGE]" this behaviour seems typical when saving gnumeric files as xl
This is actually fairly simple but will take some elbow grease. We export [&TAB] excel requires [&Tab] There are also some codes we could support but do not parse eg &T
*** Bug 520401 has been marked as a duplicate of this bug. ***
1) Add support for the single character elements listed in MOOX spec. 2) remap from our internal capitalized versions to the more generally compatible single character versions on export.
Do we have a list of the codes?
src/print-info.c has the details.
I'll have a look at improving this stuff.
I believe this has recently been fixed by Morten. If there are any tags truly used that we don't handle correctly please file separate bug reports. 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.