You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
.github | 5 years ago | |
OpenXmlFormats | 4 years ago | |
build | 9 years ago | |
logo | 6 years ago | |
main | 4 years ago | |
ooxml | 4 years ago | |
openxml4Net | 4 years ago | |
scratchpad | 4 years ago | |
solution | 4 years ago | |
testcases | 4 years ago | |
tools | 4 years ago | |
.gitattributes | 13 years ago | |
.gitignore | 5 years ago | |
.tgitconfig | 12 years ago | |
Directory.Build.props | 5 years ago | |
LICENSE | 11 years ago | |
README.md | 4 years ago | |
Read Me.txt | 5 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.
Get Started with NPOI
Stop using Dotnetcore/NPOI nuget package. It’s obsolete!
Telegram User Group
Join us on telegram: https://t.me/npoidevs
NOTE: QQ or wechat is not recommended.
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 amount of basic examples
h. Works on both Windows and Linux
System Requirement
.NET Standard 2.1 (.NET Core 3.x)
.NET Standard 2.0 (.NET Core 2.x)
.NET Framework 4.0 and above