摘要:
string filepath = @"D:\test1.xls"; string sheetname = "Sheet5"; string strConn; strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filepath + ";Extended Properties=Excel 8.0;"; OleDbConnection conn = new OleDbConnection(strConn); OleDbDataAdapter oada 阅读全文
posted @ 2013-08-20 17:10
douqiumiao
阅读(274)
评论(0)
推荐(0)
浙公网安备 33010602011771号