-
Notifications
You must be signed in to change notification settings - Fork 295
Using our develop Nuget feed
Jan Källman edited this page Mar 29, 2021
·
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:
- In the Visual Studio 2019 menu, choose Tools --> Nuget Package Manager --> Package Manager Settings.
- In the tree view to the left, select Package Sources.
- 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.
- In the Nuget package install window, select the source added.
- Check the Include prerelease checkbox. Search for EPPlus and install the package.
The actual Nuget package can also be downloaded locally to setup a local feed usin this URL:
https://ci.appveyor.com/project/EPPlusSoftware/epplus/build/artifacts
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
- Breaking Changes in EPPlus 8
- 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
- Hyperlinks
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- The ExcelRange.Text property
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles