项目现在需求要使用NPOI进行EXCEL的读写,下面记录一下,使用过程当中的参选资源
1.
http://www.cnblogs.com/luxiaoxun/p/3374992.html
文章简洁,很好上手。
内容: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.
即:HSSF适用2007以前的版本,XSSF适用2007版本及其以上的。
2.
http://www.cnblogs.com/knowledgesea/archive/2012/11/16/2772547.html
3.
http://blog.csdn.net/pan_junbiao/article/details/39717443
http://www.npoi.info/