摘要: private DataTable GetExcel(string filepach){string str;FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread();try{fpSpread1.OpenExcel(filepach);}catch{string filepath1=Path.GetTempPath() + "//"+ Path.GetFileName(filepach);File.Copy(filepach,filepath1) ;fpSpread1.OpenEx 阅读全文
posted @ 2012-01-16 16:54 辣椒粉 阅读(1478) 评论(2) 推荐(0)