Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/fj-doc-mod-jxl
JXL Renderer (XLS)(fj-doc-mod-jxl)
https://github.com/fugerit-org/fj-doc-mod-jxl
Last synced: 13 days ago
JSON representation
JXL Renderer (XLS)(fj-doc-mod-jxl)
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-doc-mod-jxl
- Owner: fugerit-org
- License: apache-2.0
- Created: 2022-11-17T13:48:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T10:46:30.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:11:50.357Z (2 months ago)
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fugerit Document Generation Framework (fj-doc)
## JXL Renderer (XLS)(fj-doc-mod-jxl)
[back to fj-doc index](https://github.com/fugerit-org/fj-doc.git)
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc-mod-jxl.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc-mod-jxl)
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-jxl&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-jxl)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-doc-mod-jxl&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-doc-mod-jxl)*Deprecation* (2022-11-17):
Previously this module was part of the [Fugerit Doc Venus](https://github.com/fugerit-org/fj-doc.git) and now is formally deprecated and put in an separate repository.*Description* :
Type handlers for generating documents in XLS format using last version of
[JExcelApi](https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl/2.6.12).*Status* :
All basic features are implemented.
The code is mature, and as JXL 2.X is deprecated, this module is not likely to be updated.
Better to use the module based on Apache POI [fj-doc-mod-poi](https://github.com/fugerit-org/fj-doc.git)
*Quickstart* :
Basically this is only a type handler, see core library [fj-doc-base](https://github.com/fugerit-org/fj-doc.git).
NOTE: If you have any special need you can open a pull request or create your own handler based on this.See [CHANGELOG.md](CHANGELOG.md) for details.