摘要: Excel2003-97 1 static void NPOI_ImportExcel2003(Args _args) 2 { 3 System.IO.FileStream file=new System.IO.FileStream("D:\\test.xls", System.IO.FileMode::Open,System.IO.FileAccess::Read); 4 NPOI.HSSF.UserModel.HSSFWorkbook workBook= new NPOI.HSSF.UserModel.HSSFWorkbook(file)... 阅读全文
posted @ 2013-06-28 14:39 止在入门 阅读(511) 评论(0) 推荐(0) 编辑
摘要: Excel2003-97 1 static void NPOI_ImportExcel2003(Args _args) 2 { 3 System.IO.FileStream file=new System.IO.FileStream("D:\\test.xls", System.IO.FileMode::Open,System.IO.FileAccess::Read); 4 NPOI.HSSF.UserModel.HSSFWorkbook workBook= new NPOI.HSSF.UserModel.HSSFWorkbook(file)... 阅读全文
posted @ 2013-06-28 14:01 止在入门 阅读(1104) 评论(0) 推荐(0) 编辑