Jack-Leung

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月4日

摘要: http://blog.csdn.net/21aspnet/article/category/285403 阅读全文
posted @ 2011-08-04 15:40 Jack.leung 阅读(301) 评论(0) 推荐(0) 编辑

摘要: string filePath = @"F:\Tim\UpdatePIMData1\Staff.xls"; private DataSet SearchDataSource() { string strCon; strCon = "Provider=Microsoft.Jet.Oledb.4.0;Data Source=" + filePath + ";Extended Properties='Excel 8.0;HDR=Yes;IMEX=1;'"; OleDbConnection olecon = new OleDb 阅读全文
posted @ 2011-08-04 14:34 Jack.leung 阅读(448) 评论(0) 推荐(0) 编辑