-
Notifications
You must be signed in to change notification settings - Fork 287
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:
- In the Visual Studio (2019 or higher) menu, choose Tools --> Nuget Package Manager --> Package Manager Settings.
- In the tree view to the left, select Package Sources.
- Press the
+
button, enter a Name and a paste the link (see above) into the source text box. Press theUpdate
button. - In the Nuget package install window, select the source added.
- 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:
EPPlus Software AB - https://epplussoftware.com
- What is new in EPPlus 5+
- Breaking Changes in EPPlus 5
- Breaking Changes in EPPlus 6
- Breaking Changes in EPPlus 7
- Addressing a worksheet
- Dimension/Used range
- Copying ranges/sheets
- Insert/Delete
- Filling ranges
- Sorting ranges
- Taking and skipping columns/rows
- Data validation
- Comments
- Freeze and Split Panes
- Header and Footer
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles