I\'m keep getting this error is VS2013
Could not load file or assembly \'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neut
ral, PublicKeyToken=31b
At the time of writing this answer, there are 3 versions of Open XML SDK:
You most probably have referenced in your project DLL version 2.5 which was installed on your machine.
To get required v2.0 assembly, I suggest you to use NuGet I provided above.