Join
Sign in
Search Options
Search Everything
Search Blog
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Blog
»
OpenXML Developer
»
All Tags
»
pages
Browse by Tags
Blog
Samples, Demos, and Reference Articles
Get this RSS feed
Archives
Archives
May 2013
(3)
April 2013
(3)
March 2013
(2)
February 2013
(8)
January 2013
(11)
December 2012
(4)
November 2012
(10)
October 2012
(7)
September 2012
(1)
August 2012
(3)
July 2012
(2)
June 2012
(4)
May 2012
(3)
April 2012
(6)
March 2012
(6)
February 2012
(8)
January 2012
(4)
December 2011
(6)
November 2011
(9)
October 2011
(8)
September 2011
(5)
August 2011
(9)
July 2011
(5)
June 2011
(7)
May 2011
(6)
April 2011
(7)
March 2011
(3)
January 2011
(2)
October 2010
(2)
August 2010
(1)
May 2010
(1)
April 2010
(3)
March 2010
(6)
February 2010
(3)
December 2009
(4)
November 2009
(4)
September 2009
(7)
August 2009
(2)
July 2009
(3)
June 2009
(7)
May 2009
(6)
April 2009
(7)
March 2009
(8)
February 2009
(3)
September 2008
(1)
June 2008
(3)
May 2008
(2)
April 2008
(2)
March 2008
(2)
February 2008
(2)
January 2008
(5)
December 2007
(3)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(6)
July 2007
(3)
June 2007
(4)
May 2007
(4)
April 2007
(2)
March 2007
(6)
February 2007
(2)
January 2007
(5)
December 2006
(5)
November 2006
(12)
October 2006
(5)
September 2006
(3)
August 2006
(11)
July 2006
(5)
June 2006
(5)
May 2006
(6)
April 2006
(7)
March 2006
(17)
Tags
.NET (C#
.NET (C#, VB, J#, C++/CLI)
C/C++ (native)
C++/CLI)
DrawingML
J#
Java
Linux/Unix/Solaris
Open Packaging Convention
Other
PresentationML
Scripting Languages
SpreadsheetML
VB
Windows (Win32, VB6, VFP, other)
WordProcessingML
Tagged Content List
Blog Post:
Reading and Writing OOXML Metadata with iOS and Objective-C
andrewla
By Martin Holman This tutorial will show how to access and display the Dublin Core properties of any OpenXML document. This could quite easily be extended to access any other sections of the OpenXML format. Right let’s get started! Fire up XCode. Create a window-based iPhone application as shown Here...
on
Sun, May 8 2011
Blog Post:
Merging PowerPoint Presentations
ryanh
This article will show you how to programmatically merge PowerPoint 2010 presentations into one using Open XML, Open XML SDK 2 and Visual Studio 2010. We have 3 PowerPoint 2010 presentations containing a calendar for each year from year 2011 to 2013 respectively. We’re going to merge them in to one presentation...
on
Thu, Jan 27 2011
Blog Post:
Creating Office Open XML Documents on Windows Phone
ryanh
Windows Phone 7 is the new mobile platform from Microsoft. Windows Phone 7 offers developers the ability to create custom applications using a built in Silverlight runtime that ships with the phone. In this article we are going to examine how to generate Office Open XML on the Windows Phone by porting...
on
Wed, Jan 12 2011
Blog Post:
Using Custom XML Part as a data store
ryanh
By Jay Macilquham This article will show you using a console application how to programmatically insert content controls into a word document to create a basic form which when filled out and saved will save the content to the Open XML custom XML part. Saving the form data inside the custom XML part instead...
on
Tue, Oct 26 2010
Blog Post:
Creating DrawingML with Silverlight
ryanh
by James Newton-King DrawingML is the graphics markup language used in Office Open XML documents. Unlike the standalone WordprocessingML and PresentationML languages which represent docx and pptx documents, DrawingML is always embedded inside another mark-up language as content. DrawingML is used throughout...
on
Thu, Oct 14 2010
Blog Post:
Interview: Eduardo Ramos - PHP and Docx conversion
ryanh
Interview by Ryan Harte: April 4, 2010 http://www.phpdocx.com/ and http://www.javadocx.com What is the coolest implementation of Open XML you have seen? I am not really familiar with all the developments in this relatively new field. We have started to work with Open XML not so long ago. We needed to...
on
Wed, May 19 2010
Blog Post:
Working with Open XML in PHP
ryanh
Background Here is a simple WordPress plugin that extrapolates a set of data from Piwik – which is an open source real time web analytics application and updates a pivot table in an Excel document. The plugin captures the user's Piwik API key and displays a link to an excel document on a custom dashboard...
on
Mon, Apr 19 2010
Blog Post:
Interview: Doug Mahugh - Open XML Extensibility
ryanh
Interview by Chris Auld: March 9, 2010 Doug Mahugh is the Lead Standards Professional on the Office Interoperability team at Microsoft. http://blogs.msdn.com/dmahugh/ In this interview, Chris Auld from Microsoft Partner Intergen and Locum Jobs Agency Medrecruit talks to Doug about topics such as the...
on
Tue, Apr 13 2010
Blog Post:
Spreadsheet creation in Silverlight
ryanh
By Chris Klug A while back I wrote an article for OpenXMLDeveloper.org, outlining how one could use Open XML to create word processing documents from Silverlight. I personally found this a great way to get information from an application to the user in a format that could be stored locally and perhaps...
on
Wed, Mar 31 2010
Blog Post:
Adding Tweets to a PowerPoint presentation at runtime
ryanh
In the last 3 months I have got a request to create a solution that can add Tweets to a PowerPoint presentation on the fly. Basically the presenter wants to have a slide at the end of the presentation that displays X amount of Tweets with a specific tag. That way, the Q&A section at the end of the...
on
Sun, Mar 14 2010
Blog Post:
Open XML Developer Workshop updated with Open XML SDK 2.0 content and new Hands-on-Lab
ryanh
During the first half of 2007, trainers from Microsoft, Sonata, InfoSupport, Allette, Predeek Consulting and others delivered Open XML developer workshops in over 30 countries. These workshops were all structured around a set of inter-related presentations and hands-on labs that cover typical Open XML...
on
Wed, Mar 10 2010
Blog Post:
Introducing the Open XML SDK 2.0
ryanh
To celebrate the RTM release of the Open XML SDK 2.0 we’re launching a bunch of new content here at Open XML Developer. This article provides our brief history of the Open XML SDK 2.0 and provides useful links to content here at Open XML Developer. Introduction The Open XML file formats are a set of...
on
Sun, Mar 7 2010
Blog Post:
Interview: Eric White - WordprocessingML to HTML Conversion
ryanh
Interview by Ryan Harte: February 24, 2010 Eric White is a Technical Writer for Microsoft who focuses on SharePoint, Office, and Open XML. http://blogs.msdn.com/ericwhite/default.aspx In this interview we talk to Eric about topics such as the synergies between functional programming and Open XML, aswell...
on
Thu, Mar 4 2010
Blog Post:
Interview: Chris Klug - Silverlight and Open XML
ryanh
Interview by Ryan Harte: February 19, 2010 Chris Klug is a .net developer from Sweden and is currently focused on the development of Silverlight applications. http://chris.59north.com/ In this interview we talk to Chris about his discovery of Open XML, how it can benefit Silverlight developers, and the...
on
Thu, Mar 4 2010
Blog Post:
Working with Open XML in Silverlight
ryanh
By Chris Klug I have spent a lot of time working with Silverlight applications lately and I am pretty sure that the interest for the technology will not shrink, but instead grow. Clients have realized that good looks are important and Silverlight offers a lot more esthetical freedom than HTML. Developers...
on
Sun, Feb 14 2010
Blog Post:
ExtremeML Pivot Table
ryanh
Background More and more companies are going green these days, for one reason or another. Telecommunication companies are no exception and phone bills are a great starting point for them. Instead of graciously inking carbon on the glossy sheets of paper produced from the fine Canadian pine trees, some...
on
Thu, Feb 4 2010
Blog Post:
SpreadsheetML Made Easy Using C#
ryanh
By Tim Coulter When I first discovered the Open XML SDK 2.0 , I was thrilled by its elegance and power. My goal was to create a simple application that would periodically generate a new version of a standard spreadsheet, using the latest data from a database. This seemed like a fairly typical challenge...
on
Mon, Dec 21 2009
Blog Post:
PHP Library for the Dynamical Generation of Microsoft Word
ryanh
By Eduardo Ramos http://www.phpdocx.com The Spanish National Research Council asked if we could generate some dynamic reports from the data gathered for its 2009 Action Plan. These reports had to be generated both in PDF and Word format because they require editable reports that could be suitably modified...
on
Fri, Dec 18 2009
Blog Post:
Organization Chart using the Open XML SDK 2.0
ryanh
By Jian Sun Introduction – Scenario Open XML SDK 2.0 for Microsoft Office is built on top of System.IO.Packaging API and provides strongly typed part classes to manipulate Open XML documents. The SDK also uses the .NET Framework Language-Integrated Query (LINQ) technology to provide strongly typed object...
on
Sun, Dec 13 2009
Blog Post:
Interview: Johann Granados - PowerTools
ryanh
Interview by Philip Plimmer: November 10, 2009 Interview with Johann Granados the creator of Open XML PowerTools on all things Open XML, his interests and Costa Rica! http://blogs.staffdotnet.com/johanngranados/blog/ What is the coolest implementation of Open XML that you have seen? We are developers...
on
Wed, Dec 9 2009
Blog Post:
Formatted Excel using SDK 2.0 and .NET
KirstyH
By Lawrence Hodson Introduction The Open XML SDK v2.0 provides an API to Microsoft .NET developers for automating the new Office document formats (docx, xlsx etc...). Until now, I used it for manipulating Word documents. For this sample I wanted to attempt producing Excel documents using the SDK &...
on
Thu, Nov 19 2009
Blog Post:
Mail Merging with a Custom Client Using the Open XML SDK 2.0
KirstyH
By Johannes Prinz Introduction In my life as a developer I’ve implemented many different flavours of Mail Merge style applications which can be run on a server without having to install any word processing clients. This has ranged from simple email auto responders, using customizable email templates...
on
Sun, Nov 1 2009
Blog Post:
Interview: Chinese: Xiaoyu - Content developer for www.openxmldeveloper.org
KirstyH
被采访人 : 邹宇峰 采访日期: 2009-07-17 采访人 : 孙健 Sun: 我是代表我的同事从 www.openxmldeveloper.org 来做一个简单的采访,问几个很简单的问题。最终我的同事会把这段录音和我们采访内容的文稿放到网站上去。能简单介绍一下你自己吗? Xiaoyu: 我姓邹,我住在成都,叫我小宇就可以了。 Sun: 小宇,你觉得最酷的 Open XML 的应用上的实施有那一些? Xiaoyu: 这个问题有点宽泛 … 我觉得是文档格式的开放吧。打开 zip 就可以直接去分析它和了解它的细节,我觉得这个是比较酷的事情。因为以前 word 的格式就比较复杂,包括以前开放的文件格式...
on
Fri, Sep 18 2009
Blog Post:
Interview: English: Xiaoyu - Content developer for www.openxmldeveloper.org
KirstyH
Interview by Jian Sun, July 17, 2009 Xiaoyu is a content developer for the www.openxmldeveloper.org site and is based in China. In this interview he talks about his experiences with Open XML and the www.openxmldeveloper.org site. Hi, my name is Jian Sun. I’m originally from Qingdao, China. On behalf...
on
Fri, Sep 18 2009
Blog Post:
Interview: Maarten Balliauw, .Net Software Engineer and MVP ASP.Net
KirstyH
Interview by Darcy Thomas: July 30, 2009 Maarten Balliauw is a MVP ASP.NET and is a .NET Software Engineer at RealDolmen. His interests are mainly in web applications development in ASP.NET (C#) or PHP. In this interview he discusses his experiences working with PHPExcel and Open XML. What is the coolest...
on
Wed, Sep 16 2009
Page 1 of 5 (117 items)
1
2
3
4
5