|
|
.NET (C#, VB, J#, C++/CLI)
-
by Lawrence Hodson
In this article I have a go at creating an Open XML Document using Microsoft’s excellent PowerShell command-line environment. To do so I use PowerTools for Open XML, recently updated on CodePlex (http://www.codeplex.com/PowerTools). ... [Read More]
|
-
by Lawrence Hodson (aka Sharky)
For Microsoft .NET developers the Open XML SDK v2.0 promises a friendlier API for delving into the new Office document formats. It is built over the System.IO.Packaging API, but adds strongly-typed classes, so I thought ... [Read More]
|
-
Displaying Open XML documents in Silverlight with TextGlow
By James Newton-King
The Office Open XML file format has opened up a new range of possibilities to working with documents. The Microsoft Office 2007 suite of products ... [Read More]
|
-
You may have seen that the implementer notes for Office 2007 SP2 for ECMA-376 and ODF1.1 are now available.
ECMA-376 Implementer Notes for Office 2007 SP2
On the ECMA-376 Implementer Notes Site you will find detailed information ... [Read More]
|
-
Open XML SDK V2. The first CTP of V2 of the Open XML SDK is now available for download.
This release includes a high-level DOM (document object model) for Open XML development, as well as several tools to streamline Open XML development:
The OpenXmlDiff ... [Read More]
|
-
The Open XML Power Tools, an open source project on Codeplex to create PowerShell cmdlets for automating Open XML document management tasks, has been released on Codeplex at http://www.codeplex.com/PowerTools. Non-developers can use these cmdlets to build ... [Read More]
|
-
Microsoft announced this week the release of Version 1 of the Open XML Formats SDK, an API that allows .NET developers to read, write, and modify Open XML documents. Follow these links to download the API or get more information:
Open XML Formats ... [Read More]
|
-
Article by Sheela E.N, Sonata Software Limited
This article explains about changes made in Open XML SDK April 2008 CTP compared to Open XML SDK June 2007 CTP
Open XML SDK provides a set of strongly typed classes to create and consume ... [Read More]
|
-
Article by Mallika Biswas,Sonata software Limited.
This article explains how to copy table content of a WordprocessingML document to a SpreadsheetML document using System.IO.Packaging API.
Steps:
1. Take an existing word document ... [Read More]
|
-
Microsoft unveiled today the roadmap for the Open XML SDK that was released last June as a CTP (Community Technology Preview) version. After collecting developer feedback through the CTP release, they've put together a two-phased release plan to get developers ... [Read More]
|
-
Article by Mallika Biswas, Sonata Software Limited
This article explains how to delete footnotes and endnotes from an existing word document using System.IO.Packaging API in C# project.
Steps to be followed:
1. Create a new ... [Read More]
|
-
Article by Sheela E.N, Sonata Software Limited
This article explains about how to delete track changes (revision) details from the SpreadsheetML document using System.IO.Packaging API in C# project.
Whenever changes are made ... [Read More]
|
-
Article by Sheela E.N, Sonata Software Limited
This article explains the process of adding mail merge in WordProcessingML using System.IO.Packaging API in C# project.
1. Create a C# project and a reference to WindowsBase.dll ... [Read More]
|
-
Article By - Sheela E.N, Sonata Software Limited
This article explains the process of changing type of chart in a SpreadsheetML document programmatically using Open XML SDK API.
In this article, we will be replacing a bar chart embedded ... [Read More]
|
-
MSDN has published a comprehensive set of videos of a 2-day Open XML developer workshop. These videos cover the content that was posted on OpenXMLDeveloper recently here.
The instructors for this workshop were Doug Mahugh of Microsoft and Chris Predeek ... [Read More]
|
|
|