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 c9f6c1e3ac
Merge pull request #1156 from karakasa/remove_reflection_enums
1 year ago
.github Fix Linux font installation with proper NotoColorEmoji-Regular.ttf 2 years ago
.nuke Install required font on Linux CI run 2 years ago
OpenXmlFormats Merge pull request #1156 from karakasa/remove_reflection_enums 1 year ago
benchmarks/NPOI.Benchmarks Add benchmarks project 2 years ago
build Fix Linux font installation with proper NotoColorEmoji-Regular.ttf 2 years ago
logo checkin logo 9 years ago
main Merge pull request #1156 from karakasa/remove_reflection_enums 1 year ago
ooxml Merge pull request #1156 from karakasa/remove_reflection_enums 1 year ago
openxml4Net Merge pull request #1156 from karakasa/remove_reflection_enums 1 year ago
scratchpad POI: #60331 - Remove deprecated classes (POI 3.16) 2 years ago
solution Include all projects in NuGet package 2 years ago
testcases Merge pull request #1124 from lahma/fix-linux-font-again 2 years ago
tools update the solution in tool folder 2 years ago
.gitattributes fix LF formatting issue 13 years ago
.gitignore Add benchmarks project 2 years ago
.tgitconfig Add tgit.icon project config 12 years ago
Directory.Build.props Include all projects in NuGet package 2 years ago
LICENSE update 2.1 documents 11 years ago
README.md Update README.md 2 years ago
Read Me.txt Update Read Me.txt 5 years ago
build.cmd Add NUKE build infrastructure 2 years ago
build.ps1 NUKE improvements 2 years ago
build.sh NUKE improvements 2 years ago
npoi.snk Share assembly sign key file between projects 2 years ago
test.runsettings upstream-fix: use forward slash in test.runsettings 2 years ago

README.md

What's NPOI

NuGet Badge License traffic GitHub contributors
This project is the .NET version of Apache POI project. With NPOI, you can read/write Office 2003/2007 files very easily.

About Donation 关于捐款

Since Github sponsorship is not supported in China so far, it's hard to get donation from Github channel. I'm strictly limiting my contribution time on NPOI these 2 years although it looks to be still maintained well.

If you profits/benefits from NPOI and you believe it's useful, please donate this project. Thank you!

如果您从NPOI受益或实现盈利,请给该项目捐款,谢谢!

Telegram User Group

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

Get Started with NPOI

How NPOI succeeds

NPOI examples

Getting Started with NPOI

How to use NPOI on Linux

ORM on NPOI

NPOI Changelog

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 5, .NET 6)

.NET Standard 2.0 (.NET Core 2.x)

.NET Framework 4.0 and above

Contributors

Contributors