提交 5efd57da 编写于 作者: J jipengfei.jpf

Merge remote-tracking branch 'origin/master'

......@@ -14,14 +14,14 @@ Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都
```
<dependency>
<groupId>com.alibaba.shared</groupId>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>{latestVersion}</version>
</dependency>
```
# 最新版本
## VERSION : 1.2.16
## VERSION : 1.0.0-RELEASE
# 维护者
姬朋飞(玉霄)
......@@ -86,4 +86,4 @@ public void test1() throws FileNotFoundException {
```
# 联系我们
有问题阿里同事可以通过钉钉找到我,阿里外同学可以通过git留言。其他技术非技术相关的也欢迎一起探讨。
\ No newline at end of file
有问题阿里同事可以通过钉钉找到我,阿里外同学可以通过git留言。其他技术非技术相关的也欢迎一起探讨。
......@@ -18,9 +18,9 @@
```
<dependency>
<groupId>com.alibaba.shared</groupId>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>1.2.16</version>
<version>1.0.0-RELEASE</version>
</dependency>
```
## 读Excel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册