Skip to content

Using our develop Nuget feed

Jan Källman edited this page Dec 4, 2023 · 12 revisions

Our 'develop' branches are built and published in our Nuget feeds at AppVeyor.
There is one nuget feed per active major version of EPPlus:

EPPlus version Nuget feed url
EPPlus 7 https://ci.appveyor.com/nuget/epplus-5bts77qk2spj
EPPlus 6 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, enter a Name and a paste the link (see above) 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 these URLs:

See also

EPPlus wiki

Versions

Worksheet & Ranges

Styling

Import/Export data

Formulas and filters

Charts & Drawing objects

Tables & Pivot Tables

VBA & Protection

Clone this wiki locally