Skip to content

Commit

Permalink
降级poi为3.1.7 兼容jdk6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed Sep 20, 2019
1 parent add8b21 commit d040124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>easyexcel</name>

Expand Down
3 changes: 3 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1
* 降级poi为3.1.7 兼容jdk6

# 2.0.0
* 修复当cell为空可能会抛出空指针的bug
* 修复电话等长数字可能出现科学计数法的问题 [Issue #583](https://github.com/alibaba/easyexcel/issues/583)
Expand Down

0 comments on commit d040124

Please sign in to comment.