footleg

导航

2007年9月24日

excel导入sqlserver数据库(转)

摘要: //fileName:Excel文件绝对路径 private DataSet ReadExcel2(string fileName) { if (fileName.Trim().Length == 0) { return null ; } if (!System.IO.File.Exists(fileNam... 阅读全文

posted @ 2007-09-24 16:24 迷途 阅读(346) 评论(0) 推荐(0)