https://bugs.freedesktop.org/show_bug.cgi?id=41369
--- Comment #6 from Valek Filippov <[email protected]> 2011-09-30 18:55:24 PDT --- Created an attachment (id=51832) --> (https://bugs.freedesktop.org/attachment.cgi?id=51832) Same as in comment #5 but made by XL2k7 Cell D7 in this file and file from comment #5 should have thin border on top, left and right sides and thick border on bottom side. XL shows both files properly. LibO and gnumeric both fail to make bottom border thic in "1C" file, LibO also doesn't make it right for "XL" file. In both files bottom border of cell D7 is actually made as top border of cell D8. Suitable XF records are 0x3e and 0x3f. XL saves 0x3e as "dgLeft = 1, dgRight = 1, dgTop = 1, dgBottom = 0" and 0x3f as "dgTop = 2". 1C saves 0x3e as "dgLeft = 1, dgRight = 1, dgTop = 1, dgBottom = 1" and 0x3f as "dgTop = 2". It looks like XL overrides border of D7 by border of D8. Probably LibO should do the same for imported XLS files for compatibility. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
