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.22k stars 372 forks source link

fix TableInfo - cellIndex was wrong #533

Closed avl93 closed 2 years ago

angelozerr commented 2 years ago

Do we need thisPR since you have ctreated https://github.com/opensagres/xdocreport/pull/534?

avl93 commented 2 years ago

Do we need thisPR since you have ctreated #534?

These PRs fix different bugs, though tests use the same docx file

angelozerr commented 2 years ago

Thanks @avl93 !