ImageGear .NET
Office Formats

Office Open XML (also informally known as OOXML or OpenXML) is a zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations and word processing documents. The Office Open XML specification was initially standardized by ECMA (as ECMA-376) and later by ISO and IEC (as ISO/IEC 29500).

The new formats improve file and data management, data recovery, and interoperability with line-of-business systems. They extend what is possible with the binary files of earlier versions. Any application that supports XML can access and work with data in the new file format. The application does not need to be part of the Microsoft Office system or even a Microsoft product. Users can also use standard transformations to extract or repurpose the data. In addition, security concerns are drastically reduced because the information is stored in XML, which is essentially plain text. Thus, the data can pass through corporate firewalls without hindrance.

The ImageGear.Formats.Office Namespace allows you to load and display WordprocessingML and SpreadsheetML documents. To enable it in your project, specify the following directive:

C# Example
Copy Code
using ImageGear.Formats.Office;
VB.NET Example
Copy Code
Imports ImageGear.Formats.Office

This section provides information about the following:

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback