Browse Source

升级新版本,修复bug,提供编辑工具,提升模型转换性能

bugfix
jipengfei.jpf 6 years ago
parent
commit
88916459bd
  1. 2
      README.md

2
README.md

@ -7,11 +7,13 @@ Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都
* [更新记事](/update.md) * [更新记事](/update.md)
* [English-README](/easyexcel_en.md) * [English-README](/easyexcel_en.md)
## 二方包 ## 二方包
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>{latestVersion}</version> <version>{latestVersion}</version>
</dependency> </dependency>
## 最新版本:1.1.2-beat1 ## 最新版本:1.1.2-beat1
## 维护者 ## 维护者
姬朋飞(玉霄) 姬朋飞(玉霄)

Loading…
Cancel
Save