Skip to content

Commit

Permalink
更新RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Sep 12, 2017
1 parent eb5ed90 commit bbd7000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions doc/XXL-EXCEL官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


#### 中央仓库地址

```
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-excel-core/ -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-excel</artifactId>
<version>1.0.0</version>
</dependency>
```

#### 技术交流
- [社区交流](http://www.xuxueli.com/page/community.html)

Expand All @@ -49,6 +38,15 @@ XXL-EXCEL 是在 Java 对象和 Excel 文档之间进行转换的迅速而灵活

### 2.1 引入maven依赖

```
<!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-excel-core/ -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-excel</artifactId>
<version>1.0.0</version>
</dependency>
```

### 2.2 Excel导出:Object 转换为 Excel

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-excel</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<name>${project.artifactId}</name>
<description>A fast and flexible tool for translating Java objects to and from Excel documents.</description>
Expand Down

0 comments on commit bbd7000

Please sign in to comment.