# GorillaDocs GorillaDocs is a collection of assemblies that makes working with Microsoft VSTO easier. https://github.com/matthewfitzmaurice/GorillaDocs
It is split into 3 NuGet packages:
##1. GorillaDocs This package contains the code that applies to all Microsoft Office applications. https://www.nuget.org/packages/GorillaDocs/
- Extension methods
- WPF helpers
- Logging classes
##2. GorillaDocs.Word This package contains the code that applies to Microsoft Word. https://www.nuget.org/packages/GorillaDocs.Word/
- Extension methods
##3. GorillaDocs.SharePoint This package contains the code that applies to the Microsoft SharePoint Client Object Model CSOM. https://www.nuget.org/packages/GorillaDocs.SharePoint/
- Viewing files inside document libraries
- Downloading files from document libraries
Contributions welcome!