From bbd700020b2df99488d7c9ee8f03da934213480b Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Tue, 12 Sep 2017 12:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0RM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...30\346\226\271\346\226\207\346\241\243.md" | 20 +++++++++---------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) 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.