• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Mar-2022-

123/H03-May-2022-

contentCSV/H07-May-2022-709667

csv/H03-Mar-2022-115102

dataprovider/H03-Mar-2022-2423

dbf/H03-Mar-2022-

dif/H03-Mar-2022-8786

fods/H03-Mar-2022-965934

functions/H03-Mar-2022-1,853,5621,852,984

gnumeric/H03-May-2022-

html/H03-May-2022-

ods/H03-May-2022-124123

qpro/H03-Mar-2022-22

reference/H03-May-2022-

slk/H03-Mar-2022-2,4832,480

wks/H03-Mar-2022-

xls/H03-May-2022-

xlsb/H03-May-2022-

xlsm/H03-May-2022-

xlsx/H03-May-2022-

xml/H03-Mar-2022-3,0773,063

READMEH A D03-Mar-2022331 85

README.cellbordersH A D03-Mar-20229.4 KiB9476

README

1Files with the string 'CVE' in their name are encrypted to avoid
2problems with virus checkers on source code download.; use:
3
4mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
5mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests
6
7to get access to the plain files for manual testing.
8

README.cellborders

1
2Differences in borders between Excel and LibreOffice Calc.
3
4The sources for this Document is:
5 - sc/qa/unit/data/ods/test_borders_export.ods  (new Test-Document)
6 - sc/qa/unit/subsequent_export-test.cxx        (ScExportTest::testBordersExchangeXLSX)
7
8 - sc/source/filter/excel/xestyle.cxx           (void lclGetBorderLine)
9 - sc/source/filter/oox/stylesbuffer.cxx        (Border::convertBorderLine)
10
11 Bug-Ticket: tdf#79787
12
13
14In LibreOffice the lines are defined by two information: the style and the width of the line. There are seven different line styles available. And the following line width can be selected: 0.05 pt, 0.25 pt, 0.50 pt, 0.75 pt, 1.0 pt, 1.25 pt, 1.50 pt, … until 9pt.
15In Excel you can only define the style of the line. There are 13 different styles available. The width cannot be entered explicitly, instead you have different styles for a solid line with different width (s. Screenshots below).
16The question is now: how to map the borderlines of LibreOffice to Excel and vice versa.
17In the overview below you can see the mapping as it is and some suggestions how to improve it. As the borders are defined different, it will not be possible to define a 1:1 mapping."
18
19The current mapping is mainly defined of the width, but i think better is the line-style, i think user see that first
20
21Base for the evaluation is LibreOffice master (commit  [bbfeab3b13b48c99cfa2f94c8c34bc3efef7faa9] ) and Excel 2013
22
23                           EXCEL                                      ||                         LIBREOFFICE
24Excel-Line Name                                      Value            ||        LO-Line  Name                                      Value
25  None     EXC_LINE_NONE                               0              ||          none   table::BorderLineStyle::NONE              32767 (-1)
26    1      EXC_LINE_HAIR                               7              ||           1     table::BorderLineStyle::SOLID                 0
27    2      EXC_LINE_DOTTED                             4              ||           2     table::BorderLineStyle::DOTTED                1
28    3      EXC_LINE_THIN_DASHDOTDOT                    11             ||           3     table::BorderLineStyle::DASHED                2
29    4      EXC_LINE_THIN_DASHDOT                       9              ||           4     table::BorderLineStyle::FINE_DASHED           14
30    5      EXC_LINE_DASHED                             3              ||           5     table::BorderLineStyle::DASH_DOT              16
31    6      EXC_LINE_THIN                               1              ||           6     table::BorderLineStyle::DASH_DOT_DOT          17
32    7      EXC_LINE_MEDIUM_DASHDOTDOT                  12             ||           7     table::BorderLineStyle::DOUBLE_THIN           15
33    8      EXC_LINE_MEDIUM_SLANT_DASHDOT               13             ||
34    9      EXC_LINE_MEDIUM_DASHDOT                     10             ||
35    10     EXC_LINE_MEDIUM_DASHED                      8              ||
36    11     EXC_LINE_MEDIUM                             2              ||
37    12     EXC_LINE_THICK                              5              ||
38    13     EXC_LINE_DOUBLE                             6              ||
39
40In the following cases a 1:1 mapping is not possible.
41
42    Excel -> LibreOffice: Create in Excel and open it in LibreOffice. ||    LibreOffice -> Excel: Create Sheet in LibreOffice and save as XLSX.
43Create in|      In Excel save as XLSX,         | In Excel save as ODS,||  Created in     |        Load saved xlsx-file         | Load saved xlsx-file
44Excel2013|       Load in LibreOffice           |  Load in LibreOffice ||LibreOffice with |          in LibreOffice             |      in Excel
45_______________________________________________________________________________________________________________________________________________________
46   Line  |current transformation|new suggestion|current transformation||Line      Width  |current transformation|new suggestion|current|new suggestion
47         |   Line      Width    | Line   Width |   Line      Width    ||                 |   Line      Width    | Line   Width |  Line |    Line
48    13   |    7         2,50    |  7      1,75 |    1         0,05    || 2     0,05 - 0,5|    1         0,05    |  2      0,75 |   6   |     2
49                                                                      || 2     1,75 - 2,2|    1         1,75    |  4      1,75 |   6   |     8
50                                                                      || 2     2,50 - 9,0|    1         2,50    |  4      1,75 |   6   |     8
51                                                                      || 3     0,05 - 0,5|    1         0,05    |  2      0,75 |   6   |     2
52                                                                      || 3     0,75 - 1,5|    4         0,75    |  4      0,75 |   5   |     5
53                                                                      || 3     2,50 - 9,0|    1         2,50    |  3      1,75 |   6   |     10
54                                                                      || 4     0,05 - 0,5|    1         0,05    |  4      0,75 |   6   |     5
55                                                                      || 4     2,50 - 9,0|    1         2,50    |  4      1,75 |   6   |     8
56                                                                      || 5     0,05 - 0,5|    1         0,05    |  4      0,75 |   6   |     5
57                                                                      || 5     2,50 - 9,0|    1         2,50    |  5      1,75 |   6   |     9
58                                                                      || 6     0,05 - 0,5|    1         0,05    |  4      0,75 |   6   |     5
59                                                                      || 6     2,50 - 9,0|    1         2,50    |  6      1,75 |   6   |     7
60                                                                      || 7     0,05 - 9,0|    7         2,50    |  7      1,75 |   13  |     13
61
62
63No similar border available => choose one that is not used similar one and make the roundtrip via xlsx-file possible (create in LO, save as xlsx, open in LO and
64border is not changed)
65
66    Excel -> LibreOffice: Create in Excel and open it in LibreOffice. ||    LibreOffice -> Excel: Create Sheet in LibreOffice and save as XLSX.
67Create in|      In Excel save as XLSX,         | In Excel save as ODS,||  Created in     |        Load saved xlsx-file         | Load saved xlsx-file
68Excel2013|       Load in LibreOffice           |  Load in LibreOffice ||LibreOffice with |          in LibreOffice             |      in Excel
69_______________________________________________________________________________________________________________________________________________________
70   Line  |current transformation|new suggestion|current transformation||Line      Width  |current transformation|new suggestion|current|new suggestion
71         |   Line      Width    | Line   Width |   Line      Width    ||                 |   Line      Width    | Line   Width |  Line |    Line
72    8    |    5        1,75     |  4      1,75 |    1         0,05    || 4     1,75 - 2,2|    1         1,75    |  4      1,75 |   6   |     8
73
74
75In the following cases the mapping is o.k. and should not be changed.
76
77    Excel -> LibreOffice: Create in Excel and open it in LibreOffice. ||    LibreOffice -> Excel: Create Sheet in LibreOffice and save as XLSX.
78Create in|      In Excel save as XLSX,         | In Excel save as ODS,||  Created in     |        Load saved xlsx-file         | Load saved xlsx-file
79Excel2013|       Load in LibreOffice           |  Load in LibreOffice ||LibreOffice with |          in LibreOffice             |      in Excel
80_______________________________________________________________________________________________________________________________________________________
81   Line  |current transformation|new suggestion|current transformation||Line      Width  |current transformation               |current
82         |   Line      Width    | Line   Width |   Line      Width    ||                 |   Line      Width                   |  Line
83    1    |    1        0,05     |  1      0,05 |    1         0,05    || 1     0,05 - 0,5|    1        0,05                    |   1
84    2    |    2        0,75     |  2      0,75 |    1         0,05    || 1     0,75 - 1,5|    1        0,75                    |   6
85    3    |    6        0,75     |  6      0,75 |    1         0,05    || 1     1,75 - 2,2|    1        1,75                    |   11
86    4    |    5        0,75     |  5      0,75 |    1         0,05    || 1     2,50 - 9,0|    1        2,50                    |   12
87    5    |    4        0,75     |  4      0,75 |    1         0,05    || 2     0,75 - 1,5|    2        0,75                    |   2
88    6    |    1        0,75     |  1      0,75 |    1         0,05    || 3     1,75 - 2,2|    3        1,75                    |   10
89    7    |    6        1,75     |  6      1,75 |    1         0,05    || 4     0,75 - 1,5|    4        0,75                    |   5
90    9    |    5        1,75     |  5      1,75 |    1         0,05    || 5     0,75 - 1,5|    5        0,75                    |   4
91    10   |    3        1,75     |  3      1,75 |    3         2,00    || 5     1,75 - 2,2|    5        1,75                    |   9
92    11   |    1        1,75     |  1      1,75 |    1         2,00    || 6     0,75 - 1,5|    6        0,75                    |   3
93    12   |    1        2,50     |  1      2,50 |    1         2,50    || 6     1,75 - 2,2|    6        1,75                    |   7
94