Browse Source

* 提高xlsx读取兼容性:兼用ns2开头的标签

pull/2897/head
Jiaju Zhuang 2 years ago
parent
commit
5301198cd2
  1. 2
      README.md

2
README.md

@ -36,7 +36,7 @@ Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
</dependency>
```

Loading…
Cancel
Save