Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 362 Bytes

xdocreport-odt-sample

Minimalistic sample in Scala showing how to generate an ODT report based on a template using XDocReport.

Based on XDocReport [https://code.google.com/p/xdocreport/] ODT sample.

How to use it:

  • edit formatting and static text in src/main/resources/template.odt
  • execute sbt run
  • check result in target/report.odt