Anyone know any link to a good Microsoft Open XML tutorials?
Asked
Active
Viewed 1.1k times
3 Answers
6
This is the official place to learn about Open XML: http://msdn.microsoft.com/en-us/office/bb265236.aspx.
You can just skim through all results in msdn.microsoft.com for Open XML SDK

vlood
- 927
- 6
- 16
-
1This link is now dead. The closest match I could find for SDK V2.5 is https://msdn.microsoft.com/en-us/library/office/bb448854.aspx – Walter Oct 01 '15 at 13:51
5
Here are some other links to get your started:
- http://openxmldeveloper.org/default.aspx
- Not too active, but does get a decent amount of tutorials.
- http://blogs.msdn.com/b/brian_jones/archive/2010/04/06/zeyad-rajabi-s-open-xml-sdk-blog-map.aspx
- Microsoft program manager's blog for code snippets and tutorials.
- http://msdn.microsoft.com/en-us/library/bb491088.aspx
- More code snippets on how to perform certain tasks.

amurra
- 15,221
- 4
- 70
- 87
4
Here is an Open XML content list that has > 300 entries in it. You can filter by a variety of keywords.
http://openxmldeveloper.org/wiki/w/wiki/open-xml-content-by-keyword.aspx
also

Eric White
- 1,851
- 11
- 14