Beginner sample codes for the Open XML SDK? [closed]

隐身守侯 提交于 2019-12-03 05:06:35

问题


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



来源:https://stackoverflow.com/questions/4343123/beginner-sample-codes-for-the-open-xml-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!