Skip to content

Commit

Permalink
1. 根据 https://github.com/Hlingoes 的建议,提取出 setCellValue 方法
Browse files Browse the repository at this point in the history
2. 根据 https://github.com/chengwengao 的建议,更新poi版本,修改废弃方法调用
  • Loading branch information
wanggang committed Oct 19, 2017
1 parent 5439d17 commit 9db0f0d
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 173 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target
.idea
excel-util.iml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.10-beta2</version>
<version>3.17</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<version>3.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
Loading

0 comments on commit 9db0f0d

Please sign in to comment.