开发者

Resources for learning about Word XML format? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question 开发者_如何学运维

What resources would you recommend to learn about the Microsoft's Open Office format (the XML format introduced with Office 2007, not to be confused with OpenOffice.org), specifically for .docx Word files? (Ideally, ones with lots of samples and tutorials.)


Top 10 List to Learn Open XML

  1. Start with Open XML Explained. This is an easy to read eBook on Open XML.

  2. Next view with WordProcessingML articles on OpenXMLDeveloper.org. They are quick and effective way to show you some of the ways people are doing different things.

  3. Then go learn a bit more about Open Packaging Convention - this is how Open XML files are packed (zipped) and the relationships the files in side the package have to each other. (XPS documents also use OPC format).

  4. Now grab the ISO/IEC 29500:2008 spec and keep it handy - what exists in here is almost everything you need to know. You can also view the standard online at http://www.documentinteropinitiative.org/.

  5. Supplement #4 with the Office implementation guide of the standard to see how values default to and are implemented in Word as opposed to other clients. Also, grab the Word Extensions guide to view how Word (specifically 2010) has added and implemented extensions to the standard.

  6. Now start with the following blogs - they are amazing guides to the real power under the hood of Open XML: a) Eric White's old blog, b) Eric White's new blog, c) Brian Jones & Zeyad Rajabi's blog.

  7. Now it's time to start toying around with things. You can use the Open XML SDK or go commando. The SDK may be the best way to start and many 3rd party tools are based off it. Get the SDK and dive into the the Word Processing articles here.

  8. You can also view How To videos on certain subjects. Check out the Open XML "How Do I" Videos

  9. Get some tools to help you. The Open XML Package Editor Power Tool for Visual Studio 2010, PowerTools for Open XML and the Word Content Control Toolkit are indispensible.

  10. Finally, take a look at what has been asked and answered on SO in the openxml, ooxml, openxml-sdk, wordprocessingml tags.

And there you have it!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜