摘要: //获取excel数据 public DataSet ExecleDs(string filePath) { try { int exc = filePath.LastIndexOf('.'); string excelType = filePath.Substring(exc, filePath.Length - exc); string strConn = ""; if (excelType == "... 阅读全文
posted @ 2013-04-11 10:17 djfu 阅读(247) 评论(0) 推荐(0)