8000 GitHub - Turbocube644/jxls: Java library for creating Excel reports using Excel templates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Turbocube644/jxls

 
 

Repository files navigation

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>3.0.0</version>
</dependency>

Gradle

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

See Getting started guide.

Contributing

See Contributing guide.

About

Java library for creating Excel reports using Excel templates

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.9%
  • CSS 9.2%
  • HTML 0.9%
0