Skip to content

Commit 9085f77

Browse files
committed
Add link to video explaining the projects / solution
1 parent 394d603 commit 9085f77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Documents (DOCX, XLSX, and PPTX). It supports scenarios such as:
1919
[Open-Xml-PowerTools](https://github.com/OfficeDev/Open-Xml-PowerTools) provides example code and guidance for implementing many of the above important Open XML scenarios. Be sure to check it out
2020
before re-inventing your own solutions.
2121

22+
The Open-Xml-Sdk relies on the System.IO.Packaging namespace. There is an implementation of System.IO.Packaging in the WindowsBase assembly,
23+
and there is a new, open source implementation of System.IO.Packaging that is included with version 2.6 of the Open-Xml-Sdk. Because of this, there
24+
are six projects in the Visual Studio solution. [This screen-cast](https://www.youtube.com/watch?v=B13IYHKhcc8) describes the six projects, and explains
25+
the purpose behind each.
26+
2227
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
2328
Licensed under the Apache License, Version 2.0.
2429
See License.txt in the project root for license information.

0 commit comments

Comments
 (0)