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

 各个DLL的作用

读写Excel_官网

 

 

读写Excel_Java_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.