Read and Write Open XML Files Using MS Office 2007
page 1 of 7
Published: 06 Nov 2006
Abstract
In this article Zeljko explains the basics of the Open XML file format and specifically XLSX format, the new format for Excel 2007. This is done with the help of a demo application written in C# using Visual Studio 2005.
by Zeljko Svedic
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 32129/ 70

Introduction

With Office 2007, Microsoft decided to change the default application formats from old, proprietary, closed formats (DOC, XLS, PPT) to new, open and standardized XML formats (DOCX, XLSX and PPTX).  New formats share some similarities with old Office XML formats (WordML, SpreadsheetML) and some similarities with competing OpenOffice.org OpenDocument formats, but there are many differences.  Since new formats will be the default in Office 2007 and Microsoft Office is the most predominant office suite, these formats are destined to be popular and you will probably have to deal with them sooner or later.

This article will explain the basics of Open XML file format and specifically XLSX format, the new format for Excel 2007.  Presented is a demo application which writes/reads tabular data to/from XLSX files.  The application is written in C# using Visual Studio 2005.  Created XLSX files can be opened using Excel 2007 Beta (we used build 12.0.3820.1003).


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-25 11:48:49 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search