2008年7月9日
摘要: /// /// 读取Excel文档 /// /// 文件名称 /// 返回一个数据集 public DataSet ExcelToDS(string Path) { string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" +"Data Source="+ Path +";"+"Extended Properties=Excel... 阅读全文
posted @ 2008-07-09 15:04 heart-in-sky 阅读(485) 评论(0) 推荐(0) 编辑