0
点赞
收藏
分享

微信扫一扫

读写Excel


 下载可以用vs 的nuget,这个比较方便   。

 各个DLL的作用

读写Excel_官网

 

 

读写Excel_html_02

 

POI读取Excel有两种格式一个是HSSF,另一个是XSSF。 HSSF和XSSF的区别如下: 
HSSF is the POI Project's pure Java implementation of the Excel '97(-2007) file format. 
XSSF is the POI Project's pure Java implementation of the Excel 2007 OOXML (.xlsx) file format. 



举报

相关推荐

0 条评论