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

Join table with freemarker #663

Open YevhenKlymenko opened 5 months ago

YevhenKlymenko commented 5 months ago

Is it possible join tables if I have this case: I have 2 condition

  1. If firstName?has_content -> show table with 2 row
  2. If firstLast?has_content -> show table with 2 row And if this 2 conditions is true, I got 2 tables, but I expect 1 table which contains 2 cols and 2 rows