读写Excel

https://archive.codeplex.com/?p=npoi 官网

https://www.cnblogs.com/ICE-SKY/p/5856257.html

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

 各个DLL的作用

 

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. 

原文地址:https://www.cnblogs.com/buchizaodian/p/9354707.html