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 074f286bcf update readme.txt 10 years ago
examples support inserting 2 or more charts in one sheet 11 years ago
main fix .net 2.0 compilation issues 10 years ago
ooxml fix .net 2.0 compilation issues 10 years ago
scratchpad fix scratchpad compilation 11 years ago
solution fix scratchpad compilation 11 years ago
testcases fix some test cases. 10 years ago
tools fix EDate function 11 years ago
.gitattributes fix LF formatting issue 13 years ago
.gitignore - Included SetIsRightToLeftInXlsx sample project 11 years ago
.tgitconfig Add tgit.icon project config 12 years ago
Build and Test.txt update release notes 13 years ago
LICENSE update 2.1 documents 11 years ago
README.md Added Gitter badge 10 years ago
Read Me.txt update readme.txt 10 years ago
Release Notes.txt update Release note for 2.1.3.1 11 years ago
logo.png update readme with qrcode 10 years ago
neuzilla_wechat_qrcode.jpg update readme with qrcode 10 years ago

README.md

NPOI

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

Support and Service

Neuzilla is the studio behind NPOI.
To follow us, please visit http://www.linkedin.com/company/neuzilla
官方微信公众号

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. Support 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

How to join

If you have passion to contribute code, please contact tony.qu@neuzilla.com

Neuzilla on SNS

Homepage: http://blog.neuzilla.com
Linkedin Group: http://www.linkedin.com/groups/Neuzilla-User-Group-6655065
Twitter: http://twitter.com/tonyqus
QQ Group: 20144214
Email: support@neuzilla.com

System Requirement

VS2010 with .NET 4.0 runtime
VS2005 or VS2008 with .NET 2.0 Runtime (SP1)
vs2003 with .NET 1.1 (Obselete, last version is 1.2.1. No further support)