GNOME Bugzilla – Bug 166824
XL may truncate row heights
Last modified: 2010-05-05 08:20:06 UTC
- open the .xls file in gnumeric => the height for line 4 is 15.75 - save this file to foo.xls - open it with XL => the height for line 4 is now 15 Note that the height is still 15.75 when opened by gnumeric.
Created attachment 37254 [details] The .xls file to reproduce the problem
When I load your sample file in gnumeric row 4 has height 21 pixels loaded in XL-XP it has height 20. Gnumeric's xls export does not seem to play a role. The import code mentions that we do not exactly understand the height speficications. This test suggests that XL may just truncate when mapping from pts -> pixels. I'll need to write some test files to be sure.
Priority high->normal
*** This bug has been marked as a duplicate of bug 614399 ***