If parcing the [result of the docbuilder](https://github.com/ONLYOFFICE/doc-builder-testing/blob/master/js/docx/smoke/api/create_table.js) , the new version of the builder writes start:\end: instead of left:\right: tags ```xml <tblBorders> <start w:val="single" w:color="0000ff" w:sz="32" w:space="0" /> <end w:val="single" w:color="0000ff" w:sz="32" w:space="0" /> </tblBorders> ```