Beginner sample codes for the Open XML SDK? [close

2020-05-19 04:26发布

问题:

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?

回答1:

Besides everything on MSDN, the most well-known place to learn Open XML and the SDK is http://openxmldeveloper.org/.



回答2:

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.



回答3:

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.



回答4:

Eric White has a great tutorial on Open XML at his blog.



回答5:

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