摘要: private DataSet ExcelToDS() { DataSet myDataSet = new DataSet(); string myConn = "Provider = Microsoft.Jet.OLEDB.4.0 ; Data Source = '" + Server.MapPath("~/App_Data/Db.xls") + "';Extended Properties=E... 阅读全文
posted @ 2009-09-01 22:12 张建立 阅读(295) 评论(2) 推荐(0)