I read it some post referring to Populate word documents, but I need to populate a word document (Office 2007) using C#. For example i want to have a word document with a label [NAME], use that label in C# to put my value, and do all this in a ASP.NET MVC3 controller. Any idea?
Share
You could use the OpenXML SDK provided by Microsoft to manipulate Word documents. And here’s a nice article (it’s actually the third of a series of 3 articles) with a couple of examples.