views:

41

answers:

2

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

+2  A: 

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
+1  A: 

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.
amurra