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 303292 - rotated text incorrectly exported to xls
rotated text incorrectly exported to xls
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: 2005-05-06 19:38 UTC by Morten Welinder
Modified: 2005-05-10 03:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rotation3.gnumeric (2.82 KB, application/octet-stream)
2005-05-06 19:38 UTC, Morten Welinder
Details

Description Morten Welinder 2005-05-06 19:38:18 UTC
Test case coming up.

Cells in B & D columns are left-adjusted, yet when exported to xls and viewed
in XL, the do not align on the left side.

Ditto F & H, except that these are right-aligned.

Furthermore, D and H look really, really weird: vertical text with upright
characters.
Comment 1 Morten Welinder 2005-05-06 19:38:55 UTC
Created attachment 46104 [details]
rotation3.gnumeric
Comment 2 Morten Welinder 2005-05-06 19:41:32 UTC
Note, that gnumeric imports the file correctly from xls.

Note, that XL presents different vertical alignment choices for B2 and D2,
for example.
Comment 3 Jody Goldberg 2005-05-10 03:16:51 UTC
We use -1 to store vertical text (unsupported yet) and 0..359 for the rotation.
The fmt dialog was using +/-90

I added a mapping in the xml importers and tweaked the dialog.
Comment 4 Morten Welinder 2005-05-10 03:26:43 UTC
ok, I think I will need to have a word with the drawing code after this.