User Guide Tips and Tricks How to add EasyXLS NuGet package to project in .NET (Core) How to add EasyXLS NuGet package to project in .NET (Core) EasyXLS™ library can be included into a .NET (Core) project directly from nuget.org, if you need EasyXLS .NET Professional, or from your local machine.
Install EasyXLS .NET Professional from nuget.org If you are installing EasyXLS .NET Professional, you may add EasyXLS NuGet package directly from nuget.org.
Step 1: Open the NuGet Package Manager Right-click on your project, Dependencies node. Select Manage NuGet Packages .
Step 2: Browse for a package Go to the Browse tab. Be sure that nuget.org is selected in Package source dropdown. Search for EasyXLS package.
Select EasyXLS.Professional and click Install.
Step 3: Accept License Agreement
Step 4: Verify the installation in the Installed tab
Download and install EasyXLS NuGet from a custom path
Step 1: Download EasyXLS library Download the trial version of EasyXLS Excel Library for .NET from this link: If you already own a license key, you may login to the account that purchased the license and download EasyXLS: https://www.easyxls.com/my-orders
Step 2: Configure Package Sources in Visual Studio If you don’t have a local repository on Visual Studio where the NuGet packages are stored, you need to configure a repository:
Go to the Visual Studio menu, Tools, NuGet Package Manager, Package Manager Settings menu item. Select Package Sources option. Set a name and a path for the repository. Click Update button.
Step 3: Copy EasyXLS to repository Copy EasyXLS.nupkg to local repository (C:\NuGetRepository ).
Step 4: Open the NuGet Package Manager Right-click on your project, Dependencies node. Select Manage NuGet Packages .
Step 5: Browse for a package Go to the Browse tab. Select MyNugetRepository in Package source dropdown. Select EasyXLS package and click Install .
Step 6: Accept License Agreement
Step 7: Verify the installation in the Installed tab.