Add jquick-excel: declarative XML DSL for Excel import/export#1296
Open
paohaijiao wants to merge 2 commits into
Open
Add jquick-excel: declarative XML DSL for Excel import/export#1296paohaijiao wants to merge 2 commits into
paohaijiao wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-excelto the Excel libraries list inREADME_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.