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