2011年4月12日

asp.net Excel导入&导出(转)

摘要: 1、Excel数据导入到数据库中://该方法实现从Excel中导出数据到DataSet中,其中filepath为Excel文件的绝对路径,sheetname为表示那个Excel表; public DataSet ExcelDataSource( string filepath , string sheetname ) ...{ string strConn; strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filepath + ";Extended Properties=Excel 8.0;& 阅读全文

posted @ 2011-04-12 10:27 parse 阅读(437) 评论(0) 推荐(0)

导航