diff --git "a/doc/XXL-EXCEL\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-EXCEL\345\256\230\346\226\271\346\226\207\346\241\243.md" index b03d1e1..41e0952 100644 --- "a/doc/XXL-EXCEL\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-EXCEL\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -27,17 +27,6 @@ XXL-EXCEL 是在 Java 对象和 Excel 文档之间进行转换的迅速而灵活 [https://github.com/xuxueli/xxl-excel](https://github.com/xuxueli/xxl-excel) | [Download](https://github.com/xuxueli/xxl-excel/releases) -#### 中央仓库地址 - -``` - - - com.xuxueli - xxl-excel - 1.0.0 - -``` - #### 技术交流 - [社区交流](http://www.xuxueli.com/page/community.html) @@ -49,6 +38,15 @@ XXL-EXCEL 是在 Java 对象和 Excel 文档之间进行转换的迅速而灵活 ### 2.1 引入maven依赖 +``` + + + com.xuxueli + xxl-excel + 1.0.0 + +``` + ### 2.2 Excel导出:Object 转换为 Excel ``` diff --git a/pom.xml b/pom.xml index 60e863c..8892e26 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.xuxueli xxl-excel - 0.0.1-SNAPSHOT + 1.0.0 ${project.artifactId} A fast and flexible tool for translating Java objects to and from Excel documents.