This Java library can be used to generate Excel-Reports using templates.
The template is designed and setup in MS Excel. With this lib, predefined placeholders are replaced with dynamic values.
- Checkout the repository
- run
mvn clean install
- add the following dependency to your project
<dependency>
<groupId>ch.dvbern.oss.excelmerger</groupId>
<artifactId>excelmerger-impl</artifactId>
<version>(NEWEST_VERSION)</version>
</dependency>
- Maven - Dependency Management
Please read CONTRIBUTING.md for the process for submitting pull requests to us.
One healthy social atmospehere is very important to us, wherefore we rate our Code of Conduct high. For details check the file CODE_OF_CONDUCT.md
- DV Bern AG - Initial work - dvbern
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.