摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using DocumentFormat.OpenXml.Drawing.Wordprocessing;using DocumentFo 阅读全文
posted @ 2018-07-25 16:06 赤狐(zcm123) 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Html to OpenXml How to start ? Create a new console application. Add a reference to DocumentFormat.OpenXml.dll (shipped with the OpenXml SDK 2.0). Add 阅读全文
posted @ 2018-07-25 10:48 赤狐(zcm123) 阅读(180) 评论(0) 推荐(0) 编辑
摘要: private void FillBookmarksUsingOpenXml(string sourceDoc, string destDoc, Dictionary<string, string> bookmarkData) { string wordmlNamespace = "http://s 阅读全文
posted @ 2018-07-25 10:23 赤狐(zcm123) 阅读(1011) 评论(0) 推荐(0) 编辑