HI,
I'm trying to create a word document in C++ using OpenXML SDK, I'm facing problems in adding references and using namespace as most of the examples in the web are given based on C#.
1.How do I add references to project and also use namespaces(Ex - using namespace System.Xml;) in the code
Also please suggest any C++ examples links for OpenXML SDK.
Thanks in advance