I recently started working on the Open XML SDK 2.0.
I would like to know if there is any better documentation (instead of open xml sdk2.0 itself) or any other resource to learn working with the Open XML SDK?
I recently started working on the Open XML SDK 2.0.
I would like to know if there is any better documentation (instead of open xml sdk2.0 itself) or any other resource to learn working with the Open XML SDK?
For me, the best resource was the OpenXML Productivity Tool. It is in the OpenXMLSDKTool.msi installation package.
This tool lets you open any existing word or excel document and browse a C# source code representation of the document. It is a great way to learn how to perform some of the more complicated tasks.
Besides everything on MSDN, the most well-known place to learn Open XML and the SDK is http://openxmldeveloper.org/.
This is a blog by some of the program managers for the Open XML SDK. That particular link will take you to a roadmap of their blog which will link you to a bunch of examples.
Also, this stackoverflow question adds some additional links.
There is a surprisingly useful information is an unexpected place: Inside the program "XML SDK Productivity Tool"
http://www.microsoft.com/en-us/download/details.aspx?id=30425