<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Borders missing from some table cells in DOCX file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95033#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Borders missing from some table cells in DOCX file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95033">bug 95033</a>
              from <span class="vcard"><a class="email" href="mailto:szabolcs450@gmail.com" title="Szabolcs Toth <szabolcs450@gmail.com>"> <span class="fn">Szabolcs Toth</span></a>
</span></b>
        <pre>tblPrEx is the tag that we entirely miss while importing and the key to this
bug.
It contains table row formatting elements such as borders, shade, spacing, etc.
Solving this bug alone would only require the implementation of the borders
element of tblPrEx, but that is just 1 of the 9 elements this tag can have.
LO does not deal with row properties the same way it deals with table and cell
properties, so I don't see an easy way implementing this.

Plus, I could not reproduce this from 0 using 2016 MSO, it just outputs
everything into a tcPr (table cell props) tag and that is perfectly fine with
LO.

If someone starts working on this, a possible time saver:
Modify model.xml so you can read the elements of tblPrEx.
paste under <resource name="CT_TblPrEx" ... >
<element name="tblBorders" tokenid="ooxml:CT_TblPrEx_whateveryouwannacallit"/></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>