2014年10月14日
摘要: 前言:由于对C#操作WORD不熟悉,也就留下这么一篇水文,别吐糟...=_=|||利用Microsoft.Office.Interop.Word (2003版也就11版)——因为部分客户端还是用Office2003,所以保险起见应该引入低一点的版本我的需求很简单,从DataTable里面循环取数据批... 阅读全文
posted @ 2014-10-14 17:29 GC2013 阅读(1762) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 装饰者{ class Program { static void Main(string[... 阅读全文
posted @ 2014-10-14 08:57 GC2013 阅读(511) 评论(0) 推荐(0) 编辑