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 for #89 #537

Closed gumara-dev closed 2 years ago

gumara-dev commented 2 years ago

Hello, thanks for your great work on this project. I would like to give something back and have fixed the following issue. Resolves #89

angelozerr commented 2 years ago

Could you write several tests in https://github.com/opensagres/xdocreport/blob/2048cc4582e2eae95c644cc3780b90f7d5d4dc6c/template/fr.opensagres.xdocreport.template.velocity/src/test/java/fr/opensagres/xdocreport/template/velocity/VelocityTemplateEngineDocumentFormatterTestCase.java and for freemarker too please

gumara-dev commented 2 years ago

Could you write several tests in https://github.com/opensagres/xdocreport/blob/2048cc4582e2eae95c644cc3780b90f7d5d4dc6c/template/fr.opensagres.xdocreport.template.velocity/src/test/java/fr/opensagres/xdocreport/template/velocity/VelocityTemplateEngineDocumentFormatterTestCase.java and for freemarker too please

added

angelozerr commented 2 years ago

Thanks @gumara-dev !