Skip to content

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

Merged
akullpp merged 3 commits into
akullpp:mainfrom
paohaijiao:master
Jul 28, 2026
Merged

Add jquick-excel: declarative XML DSL for Excel import/export#1296
akullpp merged 3 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, describing its declarative XML DSL for configuring import, export, validation, formulas, and charts.

Written for commit 8d41e60. 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
@akullpp
akullpp merged commit e21bb94 into akullpp:main Jul 28, 2026
3 checks passed
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