随笔分类 - .NET
about .Net
摘要:使用ExcelLibrary开源组件来做excel的生成和解析很方便,常见用法如下:ExcelLibrary的下载地址http://www.oschina.net/p/excellibrary/// /// 读取excel文件,输出DataSet,支持多个excel2003和excel2007 /// /// /// static DataSet GetDataSetFromExcel(string excelPath) { return ExcelLibrary.DataSetHelper.CreateDataSet(excelPath); } /// /// 读取excel文件,...
阅读全文
浙公网安备 33010602011771号