From 05cd9eea72745fd5a8bf680e5ffd4c588d9d45a6 Mon Sep 17 00:00:00 2001 From: mscharlock Date: Wed, 14 Aug 2019 16:26:31 -0700 Subject: [PATCH] trying another link way --- docs/about-the-open-xml-sdk.md | 2 +- docs/getting-started.md | 2 +- docs/how-do-i.md | 2 +- docs/how-to-parse-and-read-a-large-spreadsheet.md | 2 +- docs/open-xml-sdk.md | 2 +- docs/structure-of-a-spreadsheetml-document.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/about-the-open-xml-sdk.md b/docs/about-the-open-xml-sdk.md index 643dcf0..91e6219 100644 --- a/docs/about-the-open-xml-sdk.md +++ b/docs/about-the-open-xml-sdk.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index 67bc944..19be0eb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 diff --git a/docs/how-do-i.md b/docs/how-do-i.md index 7f6e56d..3c5c0f1 100644 --- a/docs/how-do-i.md +++ b/docs/how-do-i.md @@ -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 diff --git a/docs/how-to-parse-and-read-a-large-spreadsheet.md b/docs/how-to-parse-and-read-a-large-spreadsheet.md index 4ff2234..f4737e3 100644 --- a/docs/how-to-parse-and-read-a-large-spreadsheet.md +++ b/docs/how-to-parse-and-read-a-large-spreadsheet.md @@ -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 diff --git a/docs/open-xml-sdk.md b/docs/open-xml-sdk.md index 88e3908..1b9eb9a 100644 --- a/docs/open-xml-sdk.md +++ b/docs/open-xml-sdk.md @@ -41,7 +41,7 @@ with just a few lines of code. Portions of ISO/IEC 29500:20081 are referenced in the SDK. -[!include[Add-ins note](../includes/addinsnote.md)] +[!include[Add-ins note](./includes/addinsnote.md)] ## In this section diff --git a/docs/structure-of-a-spreadsheetml-document.md b/docs/structure-of-a-spreadsheetml-document.md index c0b50b7..1198118 100644 --- a/docs/structure-of-a-spreadsheetml-document.md +++ b/docs/structure-of-a-spreadsheetml-document.md @@ -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