Browse Source

* 兼容某些特殊的xls: 修改了内置的样式导致判断样式错误

* 重新加回 `commons-io`
pull/3919/head
Jiaju Zhuang 4 months ago
parent
commit
be283842ef
  1. 2
      pom.xml

2
pom.xml

@ -116,7 +116,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

Loading…
Cancel
Save