Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jxlsteam/jxls

Java library for creating Excel reports using Excel templates
https://github.com/jxlsteam/jxls

excel java java-library jxls reporting template-engine templating

Last synced: 7 days ago
JSON representation

Java library for creating Excel reports using Excel templates

Awesome Lists containing this project

README

        

# Jxls

[![Java CI with Maven](https://github.com/jxlsteam/jxls/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/jxlsteam/jxls/actions?query=workflow%3A%22Java+CI+with+Maven%22) [![codecov](https://codecov.io/gh/jxlsteam/jxls/branch/master/graph/badge.svg)](https://codecov.io/gh/jxlsteam/jxls)

## Overview

[Jxls](http://jxls.sourceforge.net/) 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**

```

org.jxls
jxls-poi
3.0.0

```

**Gradle**

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

See [Getting started guide](http://jxls.sourceforge.net/getting-started.html).

## Contributing

See [Contributing guide](https://jxls.sourceforge.net/sourcecode.html).