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:
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:
- 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.
- Follow the Microsoft code example you can find here: http://support.microsoft.com/kb/316384/en-us.
Comments