Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
January 2012
(1)
October 2011
(1)
July 2011
(2)
April 2011
(1)
March 2011
(3)
December 2010
(1)
August 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(3)
March 2010
(1)
November 2009
(4)
October 2009
(1)
September 2009
(2)
July 2009
(2)
June 2009
(4)
May 2009
(5)
April 2009
(4)
March 2009
(4)
February 2009
(2)
January 2009
(4)
December 2008
(4)
November 2008
(3)
October 2008
(4)
September 2008
(3)
August 2008
(2)
July 2008
(5)
June 2008
(7)
May 2008
(5)
April 2008
(8)
March 2008
(14)
February 2008
(15)
January 2008
(13)
December 2007
(12)
November 2007
(5)
October 2007
(9)
September 2007
(6)
August 2007
(10)
July 2007
(9)
June 2007
(8)
May 2007
(12)
April 2007
(14)
March 2007
(12)
February 2007
(10)
January 2007
(17)
December 2006
(14)
November 2006
(10)
October 2006
(11)
September 2006
(12)
August 2006
(12)
July 2006
(12)
June 2006
(23)
May 2006
(14)
Tags
.NET
Altova
blogging
code samples
Codeplex
Custom XML
DII
DIS29500
ECMA-376
IBM
Java
Monarch
ODF
Office 2007
OpenXMLDeveloper.org
PHP
Redmond
SharePoint
System.IO.Packaging
TechEd
UOF
VSTO
Windows
WordprocessingML
workshops
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Developer workshop content
Doug Mahugh
If you've attended one of the Open XML Developer workshops that I and others have delivered in the last few months, you probably received a bunch of presentations, hands-on labs with complete source code, lab manuals, and demo files. We passed out that content as takeaway items for all the attendees...
on
10 Aug 2007
Blog Post:
Introduction to Office Open XML Code Snippets
Doug Mahugh
Office Programmability PM Kevin Boske has a new screencast on Channel 9 that takes you through how to work with the Office Open XML Code Snippets that are available as a free download on MSDN. There are 40 code snippets total, providing ready-to-use methods for common development chores ranging from...
on
29 Jan 2007
Blog Post:
Searching Open XML documents
Doug Mahugh
Searching documents for text strings is a common task in many type of applications. And there are many possible variations on this simple concept: whether to search the body of the document or its metadata, whether to restrict your search to specific document types or document sections, and so on. At...
on
19 Dec 2006
Blog Post:
Finding WindowsBase.dll
Doug Mahugh
OK, what's the deal with WindowsBase.dll? It's the dll where the System.IO.Packaging API lives, and you have to add a reference to it in your project before you can use the packaging API. And it's never there at the end of the .NET tab on my "Add Reference" dialog. For example, here's my list , which...
on
15 Dec 2006
Blog Post:
Updated CreateDocx/CreateXlsx
Doug Mahugh
Here at the Open XML workshop in Paris this week, Jerome Berthaud pointed out to me that my CreateXlsx sample program required a bit more than just updating to the final Ecma schemas in order to get it running under the RTM. It seems that there are some elements in the style part that are required, which...
on
5 Dec 2006
Blog Post:
Using XmlSchemaSet to validate WordprocessingML
Doug Mahugh
Wouter Van Vugt has posted some useful information about the issues and options for validating XML schemas in .NET applications: Validating Open XML documents with System.Xml - A WordProcessingML sample . If you're writing code that works with schemas that have circular references to one another, as...
on
7 Sep 2006
Blog Post:
CreateXlsx sample program
Doug Mahugh
This post covers the code for a CreateXlsx program that creates a simple Open XML spreadsheet from scratch using the .NET Framework 3.0 packaging API (System.IO.Packaging), as well as two of the Open XML code snippets that are available on MSDN . Full source code for this sample is provided in the attached...
on
15 Jul 2006
Blog Post:
C# Conventions and Project MRU Cleaner
Doug Mahugh
I had a lively conversation with my manager yesterday afternoon about C# programming conventions. I was arguing for clarity and readability, and he was arguing for consistency with prevailing C# coding conventions. I'm a big fan of using white space to aid readability, in all forms of written communication...
on
13 Jul 2006
Blog Post:
WinFX becomes .NET 3.0
Doug Mahugh
To clarify Microsoft's development-tools strategy and make it easier for developers to understand the growing Microsoft development platform, a new change has been announced this afternoon: WinFX will henceforth be known as version 3.0 of the .NET framework. This does not affect the technologies themselves...
on
9 Jun 2006
Blog Post:
Office 2007 Posts
Doug Mahugh
I've recently started this MSDN blog, for covering Office 2007 separate from my personal blog . But I've posted a bunch of Office 2007 items on the personal blog since the first of the year, and I'd like to keep that content with this site going forward. So the following is a list of links to posts...
on
22 May 2006
Blog Post:
Office 2007 Developer Videos
Doug Mahugh
If you're looking to get started on Office 2007 development, there are a bunch of great new resources in the works. My colleague Don Campbell will be publishing some cool videos on MSDN and Channel 9 soon, full of specific developer techniques: how to extend the ribbon UI, how to write a MOSS web part...
on
19 May 2006
Page 1 of 1 (11 items)