This reference provides strongly typed part and content classes to manipulate Open XML documents.
Welcome to the Open XML Software Development Kit 2.0 for Microsoft® Office, August 2009 Community Technical Preview (CTP). The Open XML format is an open ECMA 376 standard and is also approved as the ISO/IEC 29500 standard. Microsoft Office Word 2007, Microsoft Office Excel® 2007, and Microsoft Office PowerPoint® 2007 all use these formats as the default file format. Open XML formats are useful for developers because they are an open standard and are based on well-known technologies: ZIP and XML. This SDK is built on top of the System.IO.Packaging API and provides strongly typed part classes to manipulate Open XML documents. This SDK also leverages the .NET Language-Integrated Query (LINQ) technology to provide strongly typed object access to the XML content inside the parts of Open XML documents.
Publish date of this reference: August 2009 (version 2007)
About the Open XML SDK 2.0 for Microsoft Office
Getting Started with the Open XML SDK 2.0 for Microsoft Office
How Do I...
Microsoft Office Developer Center
XML in Office
Open XML Format SDK Copyright Notice
Accessibility Features in the Microsoft Office System
Document Conventions in Office Developer Documentation
Microsoft.com Privacy Statement
It seems that the .net 3.0 classes use the isolated storage for generating a package.
But isolated storage seems to have some filesize limitations.
Any solutions how to overcome this?!?
Otherwise, these classes are rather useless for some applications, that need to create very large OpenXML documents...
Solutions, ideas, comments...??
When I update the notespart of a powerpoint slide it does not get saved when I save the presentation back to the file. I can see the updated notes in the debugger but it does not get saved. Has anybody else ran into this problem