摘要: 使用ExcelLibrary开源组件来做excel的生成和解析很方便,常见用法如下:ExcelLibrary的下载地址http://www.oschina.net/p/excellibrary/// /// 读取excel文件,输出DataSet,支持多个excel2003和excel2007 /// /// /// static DataSet GetDataSetFromExcel(string excelPath) { return ExcelLibrary.DataSetHelper.CreateDataSet(excelPath); } /// /// 读取excel文件,... 阅读全文
posted @ 2013-10-20 21:40 w_foolish 阅读(1582) 评论(0) 推荐(1)