Excel 超便捷读写工具 ExcelUtil 2.0.2发布

  

2.0.2版本发布了!!!

更新内容如下:

1.优化在Excel中,数字类型被解析成String类型的问题。

2.引入最新POI4.0.1版,替换之前3.8版。

3.优化部分代码实现,更替为4.0.1中的方法实现,效率更高。

引入pom

<!-- https://mvnrepository.com/artifact/net.oschina.likaixuan/excelutil -->
<dependency>
    <groupId>net.oschina.likaixuan</groupId>
    <artifactId>excelutil</artifactId>
    <version>2.0.2</version>
</dependency>

猜你喜欢

转载自www.oschina.net/news/103243/excelutil-2-0-2-released