a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
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.
Tony Qu 0cc8c4bac3 fix compilation issue for ExcelStyleDateFormatter.cs 5 years ago
.github Update FUNDING.yml 5 years ago
OpenXmlFormats Merge branch 'master' of https://github.com/tonyqus/npoi 5 years ago
build create build.bat and build.scratchpad.bat 9 years ago
logo Create nexmeetup_qrcode.png 6 years ago
main fix compilation issue for ExcelStyleDateFormatter.cs 5 years ago
ooxml Merge branch 'master' of https://github.com/tonyqus/npoi 5 years ago
openxml4Net remove key files 5 years ago
scratchpad remove key files 5 years ago
solution Fix test projects 5 years ago
testcases Merge branch 'master' of https://github.com/tonyqus/npoi 5 years ago
tools omg I wrote a cell 9 years ago
.gitattributes fix LF formatting issue 13 years ago
.gitignore Update .gitignore 5 years ago
.tgitconfig Add tgit.icon project config 12 years ago
LICENSE update 2.1 documents 11 years ago
README.md Update README.md 5 years ago
Read Me.txt update readme 7 years ago
Release Notes.txt update release note 7 years ago

README.md

NPOI

NuGet Version NuGet Badge FOSSA Status Analytics
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

https://github.com/tonyqus/npoi/wiki/Getting-Started-with-NPOI

DON'T use dotnetcore/NPOI anymore

a. This project is NOT in maintainence for at least 2 years (no update after 2018)

b. It's a migrated .net core version of NPOI 2.2.1 (which is published 4 years ago)

c. They betray the open source spirit. All the git history from NPOI team are deleted. Neuzilla studio info is removed. Original Readme.txt is removed (all the contributors of NPOI are removed.)

Contributors

Big thanks to all NPOI contributors!!!

https://github.com/tonyqus/npoi/wiki/NPOI-Contributors

Telegram User Group

Join us on telegram: https://t.me/npoidevs

NOTE: Stop using QQ or wechat since big brothers are watching you

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

h. Works on both Windows and Linux How to use NPOI in Linux

System Requirement

.NET Standard 2.0 (.NET Core)

.NET Framework 4.0 and above

License

FOSSA Status