摘要:
private void GetExcelSheetsByUpload(string strExcelPath){OleDbConnection oledbConn = null;DataTable dt = null;try{string strExtend = Path.GetExtension(txtFileName.Text.Trim());string connString = null;// 连接字符串if (strExtend == ".xls") //97-2003 excel版本connString = "Provider=Microsoft.J 阅读全文
posted @ 2012-08-31 01:07
--宁静以致远--
阅读(679)
评论(0)
推荐(0)


浙公网安备 33010602011771号