Beginner sample codes for the Open XML SDK? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question 开发者_Go百科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.
Eric White has a great tutorial on Open XML at his blog.
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
精彩评论