In this article I will explain with an example, how to install
DocumentFormat.OpenXml library from
Nuget package in Visual Studio.
Downloading DocumentFormat.OpenXml package
You will need to install the DocumentFormat.OpenXml package using the following command.
Install-Package DocumentFormat.OpenXml