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 e99f945d28 9 months ago
.github Update FUNDING.yml 9 months ago
.nuke Upgrade to NUKE 8.1 11 months ago
OpenXmlFormats Merge branch 'master' into xssf-column 9 months ago
benchmarks/NPOI.Benchmarks Convert to use Central Package Management 12 months ago
build only upload artifacts from Windows to prevent race condition 11 months ago
logo checkin logo 9 years ago
main Merge branch 'master' into xssf-column 9 months ago
ooxml 9 months ago
openxml4Net Reduce byte array allocations by usage MemoryStream.GetBuffer() instead of ToArray() 9 months ago
scratchpad Merge pull request #1379 from tohidemyname/fixAdobeMeta 9 months ago
solution Convert to use Central Package Management 12 months ago
testcases disable unit tests for Bug53798 9 months ago
tools update the solution in tool folder 2 years ago
.editorconfig feat freeform for shapes 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 Update Directory.Build.props 9 months ago
Directory.Packages.props Update version of System.Security.Cryptography.Pkcs and System.Security.Cryptography.Xml 9 months ago
LICENSE update 2.1 documents 11 years ago
README.md Update README.md 9 months ago
Read Me.txt Update Read Me.txt 5 years ago
build.cmd Add NUKE build infrastructure 2 years ago
build.ps1 Upgrade to NUKE 8 1 year ago
build.sh Upgrade to NUKE 8 1 year ago
npoi.snk Share assembly sign key file between projects 2 years ago
test.runsettings improved FLOOR|CEILING.MATH function 2 years ago

README.md

What's NPOI

NuGet Telegram 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.

Donation 捐款

If you profits/benefits from NPOI, please sponsor me via Github Sponsor or donate this project. Thank you!

如果您从NPOI受益或实现盈利,请通过Github Sponsor赞助我为该项目捐款,谢谢!

Get Started with NPOI

NPOI Tutorial on Youtube

How NPOI succeed

Getting Started with NPOI

How to use NPOI on Linux

ORM on NPOI

NPOI Changelog

Telegram User Group

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

Advantage of NPOI

a. Huge examples (This example repo is private. You can sponsor me with NPOI example access option)

b. It's totally free to use

c. Cover most features of Excel (cell style, data format, formula and so on)

d. Supported formats: xls, xlsx, docx.

e. Designed to be interface-oriented (take a look at NPOI.SS namespace)

f. Support not only export but also import

g. Real successful cases all over the world

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