Skip to content

jia/jxls

 
 

JXLS

Java CI with Maven codecov

News

JXLS has moved from BitBucket to Github. Please use the Github issue tracker.

Overview

JXLS (see homepage) 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.8.1</version>
</dependency>

Gradle

compile 'org.jxls:jxls-poi:2.8.1'

Contributing

see Contributing guide

About

Java library for creating Excel reports using Excel templates

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 83.5%
  • Groovy 16.5%