In this CodeRage session, you can find out how to do these tasks:
Overview of OpenXml filesGetting the file propertiesCreating a simple Word fileCreating a complex Word file
XML files are ZIP files with a special format. If we open a file, for example, a Word document file with the help of a Zip Manager, you can see that file is really a zip file with an XML file in it. In the XML…