Open XML and Word Doc creation

https://github.com/OfficeDev/office-content/blob/master/en-us/OpenXMLCon/articles/360318b5-9d17-42a1-b707-c3ccd1a89c97.md

While at Lockheed I created an interface that modified and created contracts on the fly - wish I had kept some code references  - but I started here


To generate Word documents with Office Automation within .NET, specifically in C# or VB.NET:
  1. Add the Microsoft.Office.Interop.Word assembly reference to your project. The path is \Visual Studio Tools for Office\PIA\Office11\Microsoft.Office.Interop.Word.dll.
  2. Follow the Microsoft code example you can find here: http://support.microsoft.com/kb/316384/en-us.

Comments

Popular posts from this blog

Linq Exclude from separate list

Sorting Ascending and Descending

Linq Query Syntax vs Method Syntax