# jxls-excel **Repository Path**: 213yy/jxls-excel ## Basic Information - **Project Name**: jxls-excel - **Description**: JXLS 是基于 Jakarta POI API 的 Excel 报表生成工具,可以生成精美的 Excel 格式报表 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/jxls - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-03-26 - **Last Updated**: 2023-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 2.12.0 **Gradle** implementation 'org.jxls:jxls-poi:2.12.0' **Getting started** See [Getting started](http://jxls.sourceforge.net/getting_started.html) guide. **Examples** See [examples](http://jxls.sourceforge.net/samples/object_collection.html) on Jxls site and in the code. ## Contributing [see Contributing guide](CONTRIBUTING.md)