Skip to content

Using our develop Nuget feed

Jan Källman edited this page Sep 1, 2022 · 13 revisions

All builds in our 'develop' branch are build and published on our Nuget feed at AppVeyor.
The link is https://ci.appveyor.com/nuget/epplus.

To add the feed to Visual Studio, follow these steps:

  1. In the Visual Studio (2019 or higher) menu, choose Tools --> Nuget Package Manager --> Package Manager Settings.
  2. In the tree view to the left, select Package Sources.
  3. Press the + button and enter a Name and a paste https://ci.appveyor.com/nuget/epplus into the source text box. Press the Update button.
  4. In the Nuget package install window, select the source added.
  5. Check the Include pre-release checkbox. Search for EPPlus and install the package.

The actual Nuget package can also be downloaded locally to setup a local feed using this URL:

https://ci.appveyor.com/project/EPPlusSoftware/epplus/build/artifacts

EPPlus wiki

Versions

Worksheet & Ranges

Styling

Import/Export data

Formulas and filters

Charts & Drawing objects

Tables & Pivot Tables

VBA & Protection

Clone this wiki locally