-
Notifications
You must be signed in to change notification settings - Fork 297
Branching strategy and CI
The master branch is only used for deployments of new versions and should correspond to the latest published version on Nuget. There should be labels for each version.
Our development main branch. All feature branches/pull requests should be merged into this branch. When submitting a pull request to EPPlus, please set this branch as target.
These are separate branches that will be merged into the develop branch when they are ready.
There is one release branch created for each release. These branches are named release/epplus[Major].[Minor].[Revision]
The develop branch is automatically built with Appveyor for every new commit. This build runs all the unit tests and, if successful, deploys the build in our Appveyor Nuget feed.
Also see Using our develop Nuget feed
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