From b10c31799ec9dc428a2d28b66300c1e4201bf970 Mon Sep 17 00:00:00 2001 From: paohaijiao Date: Sun, 26 Jul 2026 08:33:37 +0800 Subject: [PATCH] Add jquick-excel: declarative XML DSL for Excel import/export --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd5c0c9..ca13c94a 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ _Libraries that assist with processing office document formats._ - [Sheetz](https://github.com/chitralabs/sheetz) - Reads and writes Excel, CSV and ODS files with annotation mapping, streaming, styling and validation. - [xberg](https://github.com/xberg-io/xberg) - Extracts text, tables and metadata from PDFs, Office documents, images and other formats through a Java binding. - [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. - +- [Jquick Excel](https://github.com/paohaijiao/jquick-excel) - A lightweight Java Excel framework that uses declarative XML configuration for import/export. Supports 20+ validation rules, 50+ formulas, and 10 chart types with a simple DSL ### Financial _Libraries related to the financial domain._