Browse by Tags
All Tags »
OpenXmlSdk (RSS)
[Blog Map] (Update Nov 4, 2009: This is the 3nd in a series of posts ( #1 , #2 , #3 , #4 , #5 ) on doing a transform of WordprocessingML to XHtml.) Over the last couple of weeks, and over the next week, I've been designing and writing some code to convert
Read More...
[Blog Map] (Update Nov 4, 2009: This is the 2nd in a series of posts ( #1 , #2 , #3 , #4 , #5 ) on doing a transform of WordprocessingML to XHtml.) Last week, I blogged about a small project that I'm embarking on: to make a reasonably accurate transform
Read More...
[Blog Map] It's often the case that a department manager needs to regularly send a nicely formatted status report to her general manager or that a team leader needs to send a weekly status report to a number of interested parties. To collaborate with
Read More...
[Blog Map] (Update Nov 4, 2009: This is the 1st in a series of posts ( #1 , #2 , #3 , #4 , #5 ) on doing a transform of WordprocessingML to XHtml.) Over the next couple of weeks, I'm going to spend some time writing some LINQ to XML code to transform
Read More...
As most developers who work with Microsoft technologies know, there are Developer Centers on MSDN. Each developer center, run by a team devoted to the technology, contains the best resources for that technology, including links to SDK downloads, documentation,
Read More...
[Blog Map] As most Open XML developers know, Word 2007 has a feature that tracks changes while you are editing a document. These tracked revisions are recorded in Open XML markup. It often is desirable to use the Open XML SDK to process tracked revisions
Read More...
[Blog Map] I’ve written an MSDN article, Essentials of the Open Packaging Conventions , published today. This article presents the basics that you need to know about Open Packaging Conventions if you are building applications using the Open XML SDK or
Read More...
Word 2007 has a feature where you can lock a document, preventing any changes to content, yet allowing the user to add comments. CommentMerger is a small method (~400 lines of code) that merges comments from two documents into a single document, provided
Read More...
Microsoft Word 2007 allows you to lock a document, prohibiting users from making changes to content, while allowing them to add comments. If we have multiple documents that have the same content yet different comments, we can merge those comments into
Read More...
[Blog Map] When thought of in a certain way, XML documents come in two flavors – data-centric and document-centric. Further, there are two types of document-centric documents. This post presents my thoughts about approaches to various types of document-centric
Read More...
[BlogMap] (Note: this is a post on comparing two Open XML word processing documents. For a post on comparing two XML documents, see Equality Semantics of LINQ to XML Trees .) Sometimes we want to compare two word processing documents to see if they contain
Read More...
Frank Rice published an article on MSDN: Programmatically Update Multiple External Data Connections in Excel 2007 by Using Open XML Hadley Pettigrew published an article on OpenXmlDeveloper.org: Use Ruby on Rails to modify an Open XML Document Wouter
Read More...
[Blog Map] (July 1, 2009 - Updated TransformRun to be recursive) In Open XML Word processing document markup, paragraphs contain runs, and runs contain text elements. Sometimes when transforming a document, we may want to split runs differently than in
Read More...
Darcy Thomas has written two interesting Open XML articles on OpenXmlDeveloper.org: Converting a Facebook stream into an Open XML spreadsheet This sample is an example of an app which pulls down a stream and puts it into a nicely formatted Open XML spread
Read More...
Open XML Developer There are some great new articles: Introduction to the Open XML SDK 2.0 XSLT transforming XML to Open XML using Java OPC Team Blog The Open Packaging Conventions (OPC) team here at Microsoft has started a new blog. They’ve started off
Read More...