Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.2 KB

open-xml-sdk-design-considerations.md

File metadata and controls

40 lines (31 loc) · 1.2 KB
api_name api_type ms.assetid title ms.suite ms.author author ms.topic ms.date ms.localizationpriority
Microsoft.Office.DocumentFormat.OpenXML.Packaging
schema
43c49a6d-96b5-4e87-a5bf-01629d61aad4
Open XML SDK for Office design considerations
office
o365devx
o365devx
conceptual
11/01/2017
high

Open XML SDK for Office design considerations

Before using the Open XML SDK for Office, be aware of the following design considerations.


Design Considerations

The Open XML SDK:

  • Does not replace the Microsoft Office Object Model and provides no abstraction on top of the file formats. You must still understand the structure of the file formats to use the Open XML SDK.

  • Does not provide functionality to convert Open XML formats to and from other formats, such as HTML or XPS.

  • Does not guarantee document validity of Open XML Formats when you use the Open XML SDK or if you decide to manipulate the underlying XML directly.

  • Does not provide application behavior such as layout functionality in Word or recalculation, data refresh, or adjustment functionalities in Excel.