摘要:
public static DataTable ExcelToDataSet(string filename) { try { //string strCon = " Provider = Microsoft.Jet.OLEDB.4.0 ; Data Source = " + filename + ";Extended Properties=Excel 8.0"; string strCon = "Provider=Microsoft.ACE.OLEDB.12.0;Data ... 阅读全文