摘要: string strCon = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filePath + ";Extended Properties='Excel 12.0;HDR=NO;IMEX=1';";System.Data.OleDb.OleDbConnection myConn = new System.Data.OleDb.OleDbConnection(strCon); myConn.Open(); //获取excel第一标签名 System.Data.DataTable s 阅读全文
posted @ 2012-05-14 17:15 为乐而来 阅读(1326) 评论(0) 推荐(0) 编辑