Browse Source

* 兼容某些特殊的xls: 缺少每个sheet的终止符

pull/3609/head
是仪 1 year ago
parent
commit
3777654d17
  1. 2
      README.md

2
README.md

@ -36,7 +36,7 @@ easyexcel重写了poi对07版Excel的解析,一个3M的excel用POI sax解析
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
</dependency>
```

Loading…
Cancel
Save