DocxReporting - opensagres/xdocreport GitHub Wiki

Docx Reporting

XDocReport give you the capability to generate report from Docx created with MS Word. Fields to replace are created by using Freemarker/Velocity syntax (ex : $name). If you want test docx report quickly, you can read Quick Start section.

XDocReport with docx can be used in several context :

  • Java Main if you wish to use XDocReport in Java Main context.
  • WEB Application if you wish use XDocReport in WEB Application context.
  • OSGi if you wish use XDocReport in OSGi context.