摘要:
string strConn = ""; if (extension == ".xlsx") { strConn = "Provider=Microsoft.Ace.OleDb.12.0;Data Source='" + excelPath + "';Extended Properties='Excel 12.0;IMEX=1'"; // 07+ } else if (extension == ".xls") { ... 阅读全文
posted @ 2013-06-13 08:24
mushishi
阅读(229)
评论(0)
推荐(0)

浙公网安备 33010602011771号