文章分类 -  ASP.NET例程

读取Excel数据
摘要:1/**//// 2 /// 将指定Excel文件中的数据转换成DataTable对象,供应用程序进一步处理 3 /// 4 /// 5 /// 6 public static System.Data.DataTable Import(string filePath) 7 { 8 S... 阅读全文
posted @ 2007-05-24 16:18 马可香蕉 阅读(323) 评论(0) 推荐(0)