In our document generation system we use DOCX files in which we programmatically fill out mergefields. For this I\'m using the OpenXml SDK 2.0.
I\'m looking for options to fill a Word Document from either Visual Basic, or Visual C#. I\'m currently using merge fields, and the code below to fill specific fields in a Word Document, but now I\'ve
I\'m creating a C# application that fills the MergeFields defined on a MS Word document with data from an external Data Source.
I\'ve been trying to create a library to replace the MergeFields on a Word 2003 document, everything works fine, except that I lose the style appli开发者_如何转开发ed to the field when I replace it, i