Skip to content

Add jquick-excel: declarative XML DSL for Excel import/export#1296

Open
paohaijiao wants to merge 2 commits into
akullpp:mainfrom
paohaijiao:master
Open

Add jquick-excel: declarative XML DSL for Excel import/export#1296
paohaijiao wants to merge 2 commits into
akullpp:mainfrom
paohaijiao:master

Conversation

@paohaijiao

@paohaijiao paohaijiao commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Adds Jquick Excel to the Excel section.

What makes it different from other Excel libraries is the XML DSL approach. Most existing solutions either force you to write tons of POI code or rely on annotations that require recompilation when rules change. This one puts all the mapping, validation rules, formulas, and styling into XML files, so you can tweak the import/export logic without touching Java code.

It supports 20+ validation rules (email, mobile, regex, range, dictionary lookup), 50+ formulas, and 10 chart types. The project is actively maintained with several releases out already, and the documentation is available in both English and Chinese.

Not a commercial project, just a solid open-source tool that fills a gap in the Excel processing space.


Summary by cubic

Add jquick-excel to the Excel libraries list in README_SOURCE.md. Notes its XML-based DSL for import/export with 20+ validation rules, 50+ formulas, and 10 chart types.

Written for commit 893bb66. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@akullpp
akullpp changed the base branch from v0 to main July 27, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants