Skip to content

Commit

Permalink
* 兼容某些特殊的xls: 修改了内置的样式导致判断样式错误
Browse files Browse the repository at this point in the history
* 重新加回 `commons-io`
  • Loading branch information
zhuangjiaju committed Aug 6, 2024
1 parent be28384 commit efa7dff
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
<version>3.3.4</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
Expand All @@ -103,11 +109,7 @@
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
Expand Down

0 comments on commit efa7dff

Please sign in to comment.