background preloader

Office Open XML (word exel 2007)

Facebook Twitter

Office%20Open%20XML%20Part%204%20-%20Markup%20Language%20Reference. Building Server-Side Document Generation Solutions Using the Open XML Object Model (Part 1 of 2) Summary: Learn the basics of the Open XML architecture and WordprocessingML.

Building Server-Side Document Generation Solutions Using the Open XML Object Model (Part 1 of 2)

Discover the advantages of creating document packages and manipulating document parts by using the new Open XML object model. (7 printed pages) Erika Ehrli, Microsoft Corporation August 2007. Building Word 2007 Documents Using Office Open XML Formats. The Office Open XML Formats are based on XML and ZIP archive technologies.

Building Word 2007 Documents Using Office Open XML Formats

The new file format in Microsoft Office Word 2007 divides the file into document parts, each of which defines a part of the overall contents of the file. You can easily create, change, add, or delete data in a Word 2007 file programmatically or manually. To illustrate how document parts, content type items, and relationship items work together, this section walks through the process of building a Word XML format document in Word 2007. To create a Word 2007 document that contains content type and relationship items, you need to create a root folder that contains a specific folder and file structure, as shown in Figure 1. Figure 1.