-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Update EPPlus to latest version (5.1.0), and added non-commercial flag, as per new licence https://www.epplussoftware.com/Home/LgplToPolyform 2. Convert to local time only if Kind is set on DateTime. 3. Update FXB Icon. 4. Shortcut to trigger export (F5). 5. Dialog to open generated Excel.
- Loading branch information
Showing
8 changed files
with
267 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
Excel Icon from http://findicons.com/icon/158499/xlsx | ||
Creative Commons Attribution | ||
Creative Commons Attribution | ||
|
||
# EPPlus 5 | ||
|
||
## Announcement: new license model from version 5 | ||
EPPlus has from this new major version changed license from LGPL to [Polyform Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/). | ||
|
||
With the new license EPPlus is still free to use in some cases, but will require a commercial license to be used in a commercial business. | ||
|
||
This is explained in more detail [here](https://www.epplussoftware.com/Home/LgplToPolyform). | ||
|
||
Commercial licenses, which includes support, can be purchased at (https://www.epplussoftware.com/). | ||
|
||
The source code of EPPlus has moved to a [new github repository](https://github.com/EPPlusSoftware/EPPlus) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.