Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.13 KB

JXLS

Java CI with Maven codecov

Overview

JXLS is a small and simple to use Java library for Excel report generation using Excel template files.

JXLS abstracts Excel generation from underlying Java-to-Excel low-level processing library. JXLS uses a special markup in Excel templates to define output formatting and data layout.

How to use

Maven

<dependency>
    <groupId>org.jxls</groupId>
    <artifactId>jxls-poi</artifactId>
    <version>2.12.0</version>
</dependency>

Gradle

implementation 'org.jxls:jxls-poi:2.12.0'

Getting started

See Getting started guide.

Examples

See examples on Jxls site and in the code.

Contributing

see Contributing guide