gzsxy8013

导航

2005年11月9日 #

经常需要在开发中使用Excel COM,为简化使用写了这个类,感觉还是不太方便

摘要: 1using System; 2 3namespace ExcelHandle 4{ 5 /**//// 6 /// ExcelHandle 的摘要说明。 7 /// 8 public class ExcelHandle 9 { 10 11 /**//// 12 /// Excel 13 /// 14... 阅读全文

posted @ 2005-11-09 13:36 通晓 阅读(800) 评论(0) 推荐(0) 编辑

C#操作Excel,套用模板并对数据进行分页

摘要: 1using System; 2using System.IO; 3using System.Data; 4using System.Reflection; 5using System.Diagnostics; 6using cfg = System.Configuration; 7//using Excel; 8 9namespace ExcelHelperTest 10{ 11... 阅读全文

posted @ 2005-11-09 13:15 通晓 阅读(568) 评论(0) 推荐(0) 编辑