wordpress hit counter
Browse by Tags - OpenXML Developer - Blog - OpenXML Developer

Browse by Tags

Blog

Samples, Demos, and Reference Articles
Tagged Content List
  • Blog Post: ECMA-376 and ODF1.1 Implementer notes for Office 2007 SP2 released

    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 about Office’s support for the ECMA-376 specification . These notes will...
  • Blog Post: Open XML SDK V2 CTP available

    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 utility identifies differences in the markup in...
  • Blog Post: Open XML Power Tools released

    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 PowerShell scripts that automate processes such...
  • Blog Post: Open XML Formats SDK Version 1 released

    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 SDK download link: http://go.microsoft.com/fwlink/?LinkId...
  • Blog Post: New in the Open XML SDK April 2008 CTP

    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 Office Open XML based documents (i.e Word 2007, Excel 2007 and PowerPoint...
  • Blog Post: Microsoft announces Open XML SDK roadmap

    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 a released version of the API quickly (May...
  • Blog Post: Delete footnote/endnote from word document using System.IO.Packaging API

    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 C# project. Go to references, add the WindowsBase.dll. · Go to Add reference...
  • Blog Post: Release of Open XML to Daisy translator

    Open XML to Daisy translator (Office Open XML WordProcessingML document to Daisy DTBook document) V1 Alpha is now available at http://sourceforge.net/projects/openxml-daisy/ for download. This release has covered 13 important features of Daisy. To know more about this release, refer this link http:/...
  • Blog Post: Open XML to Daisy Translator

    Sonata Software Limited based out of Bangalooru, India, in collaboration with Microsoft and the Daisy Consortium, is developing an open source converter to convert Word documents to Daisy DTBook documents. Please find the press release of the same at http://openxml-daisy.wiki.sourceforge.net/ . Keep...
  • Blog Post: Digital Signature in WordProcessingML

    Article by Sheela E.N, Sonata Software Limited This article explains about Digital Signature and how Digital Signature details are stored in Open XML file format in WordProcessingML. When a document needs to be sent electronically, there should be techniques to ensure that the document sent is authentic...
  • Blog Post: Custom XML Mapping in SpreadsheetML

    Article by - Sheela E.N, Sonata Software Limited The XML mapping feature enables us to add arbitrary XML data structures and XML schema definitions to the workbook and map XML nodes to cells and cell ranges in the workbook. Once the mapping is set up, the application will be able to import and export...
  • Blog Post: Developer workshop videos

    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 of the Ted Pattison Group , and the workshop was...
  • Blog Post: sample Open XML documents - final

    This article has upated versions of the simple sample Open XML documents that were posted in March 2006. The latest versions attached here were created with the shipping version of the 2007 Microsoft Office system as of August 2007.
  • Blog Post: Open XML Explained e-book

    Attached is a downloadable copy of "Open XML Explained" by Wouter Van Vugt, the first book on Open XML development. The sample documents for the book are also available for download here . This 128-page book covers the basics of Open XML, including many of the topics covered in the Open XML developer...
  • Blog Post: Open XML Developer Workshop content

    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...
  • Blog Post: Converting macro-enabled document to macro-free document

    Article by - Sheela E.N, Sonata Software Limited Macro-enabled files (.docm) have the same file format as macro-free files (.docx), but contain additional parts that macro-free files do not. The Open XML format stores the various components of the document, the charts, graphics, macros, and other elements...
  • Blog Post: Dynamic production of repeating context controls by a WCF service

    (Updated to v2) Greetings, Due to my work as an ISV DE in MS, I had just recently been requested by an organisation to produce a small demo to demonstrate how the new custom xml parts could help them deal with an issue that is causing them trouble. More specifically, they have many client stores that...
  • Blog Post: Open XML development videos

    Several of the most active contributors to OpenXmlDeveloper were in Redmond last week for the MVP Summit and an Open XML workshop, so Doug Mahugh interviewed them on some Open XML development topics. The videos are up on Channel 9 at the links included below. Open-source Open XML API for Java Julien...
  • Blog Post: Creating spreadsheets from a server application

    Using the Packaging API and Office Open XML to create Excel 2007 files on the server by Dr. John Tunnicliffe Introduction The adoption of XML as the native file format for Excel 2007 has opened up a whole host of new possibilities. Now for the first time we can create native Excel files on the server...
  • Blog Post: Updated Open XML code snippets for Visual Studio

    Microsoft's Visual Studio code snippets for the System.IO.Packaging API have been updated for the final versions of the Office Open XML schemas and the RTM versions of Office and the .NET 3.0 Framework. The snippets are available in both C# and Visual Basic, and you can download the latest version of...
  • Blog Post: XSL transformation of SpreadsheetML to HTML -- Part 1

    by Muthu Kumar Arjunan of Sonata Software Ltd This article explains how a generic xml file (generated from a Spreadsheet ML document) can be converted to a HTML table that could be displayed in a browser using XSLT and styled using CSS. This article's intended audience includes: a) Developers of heterogeneous...
  • Blog Post: Quick search tool for WordprocessingML documents

    Article by: Sharad Bajaj Introduction The new Office Open XML file formats are the default formats for Word 2007, Excel 2007, and PowerPoint 2007. As users create documents with these new formats, and convert existing documents to the new formats, there will be a growing need to search those documents...
  • Blog Post: Content Control Toolkit

    If you're working on Open XML solutions that use Word 2007 content controls and bind them to nodes in your custom XML data part, then you need this tool. It provides a simple graphical view of the content controls and custom XML nodes in a document, and you can bind a node to a control by simple drag&drop...
  • Blog Post: Open XML and Java

    Note: this code has been updated for the final Ecma schemas and the RTM version of Office. If you note some mistakes or have some issues, please report them to julien@chable.net This post is a summary translation of articles by Julien Chable that have are available (in French) on MSDN France: http:/...
  • Blog Post: Import Table Data to SpreadsheetML

    By Vijayeta Tilak of Sonata Software Ltd This article explains how to create a SpreadsheetML document holding data from an external datasource, by creating an XML file that holds the external data and addting it to a predefined Open XML document structure. The asp net application (downloadable) reads...
Page 1 of 3 (53 items) 123