Skip to content
Permalink
Browse files
trying another link way
  • Loading branch information
mscharlock committed Aug 14, 2019
1 parent cc932ee commit 05cd9eea72745fd5a8bf680e5ffd4c588d9d45a6
@@ -19,7 +19,7 @@ localization_priority: Priority

Open XML is an open standard for word-processing documents, presentations, and spreadsheets that can be freely implemented by multiple applications on different platforms. Open XML is designed to faithfully represent existing word-processing documents, presentations, and spreadsheets that are encoded in binary formats defined by Microsoft Office applications. The reason for Open XML is simple: billions of documents now exist but, unfortunately, the information in those documents is tightly coupled with the programs that created them. The purpose of the Open XML standard is to de-couple documents created by Microsoft Office applications so that they can be manipulated by other applications independent of proprietary formats and without the loss of data.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

## Structure of an Open XML Package

@@ -19,7 +19,7 @@ localization_priority: Priority

The Open XML SDK 2.5 for Office simplifies the task of manipulating Open XML packages and the underlying Open XML schema elements within a package. The classes in the Open XML SDK 2.5 encapsulate many common tasks that developers perform on Open XML packages, so that you can perform complex operations with just a few lines of code.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

------------------------------------------------------------
## Using the Classes in the Open XML SDK
@@ -19,7 +19,7 @@ localization_priority: Priority
This section provides how-to topics for working with the Open XML SDK
2.5 for Office.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

## In this section

@@ -20,7 +20,7 @@ This topic shows how to use the classes in the Open XML SDK 2.5 for
Office to programmatically read a large Excel file. For more information
about the basic structure of a **SpreadsheetML** document, see [Structure of a SpreadsheetML document (Open XML SDK)](structure-of-a-spreadsheetml-document.md).

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

You must use the following **using** directives
or **Imports** statements to compile the code
@@ -41,7 +41,7 @@ with just a few lines of code.

Portions of ISO/IEC 29500:2008<sup>1</sup> are referenced in the SDK.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

## In this section

@@ -26,7 +26,7 @@ spreadsheet document. In addition, a spreadsheet document might contain
\<**table**\>, \<**chartsheet**\>, \<**pivotTableDefinition**\>, or other spreadsheet
related elements.

[!include[Add-ins note](../includes/addinsnote.md)]
[!include[Add-ins note](./includes/addinsnote.md)]

--------------------------------------------------------------------------------
## Important Spreadsheet Parts

0 comments on commit 05cd9ee

Please sign in to comment.