2011年9月20日
摘要: /// <summary> /// 读取excel /// </summary> /// <param name="filePath"></param> /// <returns></returns> public static DataSet getExcelData(string filePath, ref string error) { try { string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" 阅读全文
posted @ 2011-09-20 18:37 上善若水123 阅读(398) 评论(0) 推荐(0)