Want to create Office documents on the fly?

Having trouble manipulating Office documents or creating them on the fly? The Open XML Application Programming Interface (API) allows you to effectively work with Open XML packages. Using the API, you can generate and manipulate Word 2007 documents, Excel 2007 spreadsheets, and PowerPoint 2007 presentations using a few lines of code. Plus since it uses managed code, so it's safe for many server-side scenarios.

Here are a few useful links and resources:

XML in Office Developer Portal
Office Open XML Formats Resource Center
OpenXmlDeveloper.org
Doug Mahugh: https://blogs.msdn.com/dmahugh  
Eric White: https://blogs.msdn.com/ericwhite/  
Brian Jones: https://blogs.msdn.com/brian_jones/  
Wouter van Vugt: https://blogs.code-counsel.net/Wouter/  

Call to action: Download the SDK and learn how to use it in your own applications.

Bookmark and Share