<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - FILEOPEN XLSX borders are not compatible"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134143">bug 134143</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>rb.henschel@t-online.de
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - FILEOPEN XLSX borders are not compatible"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134143#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - FILEOPEN XLSX borders are not compatible"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=134143">bug 134143</a>
from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
<pre>I think, that is mainly a problem of Excel not of LibreOffice. The dotted line
is the way Excel renders a hairline. Excel has only a fixed set of line styles.
These line styles include already the thickness, there exist no separate
setting for thickness.
LibreOffice uses a mapping between LO styles and Excel styles, see
<a href="https://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xestyle.cxx?r=b7ed6de5#1608">https://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xestyle.cxx?r=b7ed6de5#1608</a>
In this case the line is 0.06pt and therefore falls into case hairline.
Details about mapping are in
<a href="https://opengrok.libreoffice.org/xref/core/sc/qa/unit/data/README.cellborders?r=6777720c">https://opengrok.libreoffice.org/xref/core/sc/qa/unit/data/README.cellborders?r=6777720c</a>
Nevertheless one might consider to change the mapping to base it mainly on
style and not on thickness.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>