forked from JanKallman/EPPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JanKallman
authored
Jul 13, 2017
1 parent
bd025c5
commit 4fc81e4
Showing
1 changed file
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# EPPlus | ||
Create advanced Excel spreadsheets using DotNet, without the need of interopt. | ||
|
||
EPPlus is a .net library that reads and writes Excel files using the Open Office Xml format (xlsx). | ||
EPPlus has no dependens other than DotNet. | ||
|
||
## EPPlus supports: | ||
* Cell Ranges | ||
* Cell styling (Border, Color, Fill, Font, Number, Alignments) | ||
* Data validation | ||
* Conditional formatting | ||
* Charts | ||
* Pictures | ||
* Shapes | ||
* Comments | ||
* Tables | ||
* Pivot tables | ||
* Protection | ||
* Encryption | ||
* VBA | ||
* Formula calculation | ||
* Many more... | ||
|
||
## Overview | ||
This project started with the source from ExcelPackage. It was a great project to start from. | ||
It had the basic functionality needed to read and write a spreadsheet. | ||
Advantages over other: | ||
EPPlus uses dictionaries to access cell data, making performance a lot better. | ||
Complete integration with .NET | ||
|
||
## License | ||
The project is licensed under the GNU Library General Public License (LGPL). |