Anyone know any link to a good Microsoft Open XML tutorials?

link|improve this question

31% accept rate
feedback

3 Answers

up vote 2 down vote accepted

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

link|improve this answer
feedback

Here are some other links to get your started:

  1. http://openxmldeveloper.org/default.aspx
    • Not too active, but does get a decent amount of tutorials.
  2. 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.
  3. http://msdn.microsoft.com/en-us/library/bb491088.aspx
    • More code snippets on how to perform certain tasks.
link|improve this answer
feedback

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

http://blogs.msdn.com/b/ericwhite/archive/2008/10/20/eric-white-s-blog-s-table-of-contents.aspx#Open_XML

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.