-
Notifications
You must be signed in to change notification settings - Fork 305
Releases versioning
Mats Alm edited this page Feb 9, 2024
·
7 revisions
EPPlus uses the following format for versions:
[Major].[Minor].[Patch]
A major version often comes with larger new features and will most likely contain some breaking changes (we try to avoid these as much as possible).
A minor version often contain smaller new features. It usually don't contain breaking changes, if any it will be documented in the release notes.
A patch - the most frequent release - contains various fixes and no breaking changes.
For each release - major, minor or patch - we create a release on github. Here is a link to our release atom 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