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 669facbd1a fix nullexception in IsMergedCell 5 years ago
OpenXmlFormats upgrade NPOI version to 2.5.0 6 years ago
build push 2.4.1 nuget package file 7 years ago
examples 更新TimeSheetDemo和BusinessPlan 5 years ago
logo Create nexmeetup_qrcode.png 6 years ago
main Merge pull request #229 from hbrowser/patch-1 5 years ago
ooxml fix nullexception in IsMergedCell 5 years ago
openxml4Net upgrade NPOI version to 2.5.0 6 years ago
scratchpad create build.bat and build.scratchpad.bat 9 years ago
solution remove dlls 7 years ago
testcases rename FillPatternType to FillPattern 5 years ago
tools omg I wrote a cell 9 years ago
.gitattributes fix LF formatting issue 13 years ago
.gitignore Add DateAxis for category axis. 7 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

Join the chat at https://gitter.im/tonyqus/npoi NuGet Version NuGet Analytics Badge
This project is the .NET version of POI Java project. With NPOI, you can read/write Office 2003/2007 files very easily.

Donation

Buy Me A Coffee

Paypal account: tonyqus@gmail.com

Alipay account(支付宝):tonyqus@163.com

Support and Service

Neuzilla is the studio behind NPOI. Our Email: support@neuzilla.com

To follow us, please visit http://www.linkedin.com/company/neuzilla

How to use NPOI in Linux

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. Professional support service (even 24*7) from NPOI team (not free)

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. .Net 2.0 based even for xlsx and docx (though we also support .NET 4.0)

h. Real successful cases all over the world

i. huge amout of basic examples

Neuzilla on SNS

Linkedin Group: https://www.linkedin.com/groups/6655065/

QQ Group: 189925337, 20144214

System Requirement

.NET Standard 2.0 (.NET Core)

.NET Framework 4.0 and above