Embedding an Open XML File in another Open XML File

A couple of weeks ago I gave a presentation on the Open XML SDK to a few customers, where I was asked questions on how to embed files within Open XML documents. I thought it would be a good opportunity to devote a couple of posts around this topic. In today’s post I am going to show you how to embed an Open XML file in another Open XML file

Original post: 
Embedding an Open XML File in another Open XML File

Retrieving Word Content Based on Styles

In previous posts, like Importing a Table from Word to Excel , I showed you how to retrieve content within specific content controls. In these posts, content controls were used to add semantic structure to a document, where this structure aided in retrieving and inserting content

Go here to see the original: 
Retrieving Word Content Based on Styles

Announcing the Release of the Open XML SDK Version 2 April 2009 CTP

I’m really happy to announce the release of the second CTP for version 2 of the Open XML SDK ! Back in October 2008 I showed you guys an architecture diagram of the Open XML SDK. Let’s take another look at this diagram: In version 1 of the Open XML SDK we released the Open XML Packaging API, which allows you to create, open and manipulate Open XML files at the package and part level. In the first CTP of version 2 we released the Open XML Low Level DOM and Stream Reading/Writing components, which allow you to create and manipulate objects within xml parts contained in an Open XML package.

Read more here:
Announcing the Release of the Open XML SDK Version 2 April 2009 CTP

Importing Charts from Spreadsheets to Wordprocessing Documents

There have been several requests made by people asking how to import a chart from one document type to another document type. In a previous post, I showed you how to push data into a spreadsheet to create a chart

Go here to see the original: 
Importing Charts from Spreadsheets to Wordprocessing Documents

Removing Comments from a Wordprocessing Document Programmatically

One of the more common scenarios related to a Wordprocessing document is the need to sanitize a document in order to remove personally identifiable information. What do I mean by personally identifiable information? Well, I am talking about, among other things, comments, revisions, personal information such as author name, and hidden text

View post:
Removing Comments from a Wordprocessing Document Programmatically