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 5b864945b1 Update testcase csproj files 3 years ago
.github Update FUNDING.yml 5 years ago
OpenXmlFormats Update testcase csproj files 3 years ago
build create build.bat and build.scratchpad.bat 9 years ago
logo Create nexmeetup_qrcode.png 6 years ago
main Validate SheetName for all the entries 3 years ago
ooxml implement CT_Row.Copy and XWPFTableRow.CloneRow 3 years ago
openxml4Net fix sortedlist remove error 3 years ago
scratchpad HWPF.Model.CHPBinTable.Rebuild(): Don't try to operate on an invalidated enumerator (avoids an InvalidOperationException) 4 years ago
solution Update NPOI.Test.sln 4 years ago
testcases Update testcase csproj files 3 years ago
tools fix LoadAndSaveBack nuget reference issue 4 years ago
.gitattributes fix LF formatting issue 13 years ago
.gitignore restore snk file 5 years ago
.tgitconfig Add tgit.icon project config 12 years ago
Directory.Build.props added SourceLink #495 5 years ago
LICENSE update 2.1 documents 11 years ago
README.md Update README.md 4 years ago
Read Me.txt Update Read Me.txt 5 years ago

README.md

NPOI

NuGet Badge Ko-Fi License Badge
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

Getting Started with NPOI

How to use NPOI on Linux

ORM on NPOI

Stop using Dotnetcore/NPOI nuget package. It’s obsolete!

中国哪些公司在用.NET

DotnetCore.NPOI的前世今生

起底开源邪教NCC组织

NPOI Changelog

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