opensagres / xdocreport

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
https://github.com/opensagres/xdocreport
1.19k stars 369 forks source link

fix getTableCellBorderWithConflicts - correct implementation for NIL and NONE border values #534

Closed avl93 closed 2 years ago

avl93 commented 2 years ago

According to behaviour implemented is MS Office Word: cell border overrides table border, if cell border value is NIL. If cell border value is NONE - table border is displayed

angelozerr commented 2 years ago

Thanks @avl93 !