![]() |
5 years ago | |
---|---|---|
.github | 5 years ago | |
OpenXmlFormats | 5 years ago | |
build | 7 years ago | |
examples | 5 years ago | |
logo | 6 years ago | |
main | 5 years ago | |
ooxml | 5 years ago | |
openxml4Net | 5 years ago | |
scratchpad | 9 years ago | |
solution | 5 years ago | |
testcases | 5 years ago | |
tools | 9 years ago | |
.gitattributes | 13 years ago | |
.gitignore | 7 years ago | |
.tgitconfig | 12 years ago | |
LICENSE | 11 years ago | |
README.md | 5 years ago | |
Read Me.txt | 7 years ago | |
Release Notes.txt | 7 years ago |
README.md
NPOI
This project is the .NET version of POI Java project. With NPOI, you can read/write Office 2003/2007 files very easily.
Contributors
Big thanks to all NPOI contributors!!!
https://github.com/tonyqus/npoi/wiki/NPOI-Contributors
Donation
Paypal account: tonyqus@gmail.com
Alipay account(支付宝):tonyqus@163.com
Support and Service
Neuzilla is the studio behind NPOI. Our Email: support@neuzilla.com
To follow us, please visit http://www.linkedin.com/company/neuzilla
Advantage of NPOI
a. It's totally free to use
b. Cover most features of Excel (cell style, data format, formula and so on)
c. Supported formats: xls, xlsx, docx.
d. Designed to be interface-oriented (take a look at NPOI.SS namespace)
e. Support not only export but also import
f. Real successful cases all over the world
g. huge amout of basic examples
System Requirement
.NET Standard 2.0 (.NET Core)
.NET Framework 4.0 and above