Who are We
Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com/
Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com/
What's NPOI
This project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application.
For example, you can use it to
a. generate a Excel report without Microsoft Office suite installed on your server and more efficient than call Microsoft Excel ActiveX at background;
b. extract text from Office documents to help you implement full-text indexing feature (most of time this feature is used to create search engines).
c. extract images from Office documents
c. extract images from Office documents
d. generate Excel sheets that contains formulas
Our Sponsor (赞助商)
E-iceblue is a community sponsor of NPOI. 提供中文技术支持 |
Don't forget to have a try on Free Spire.XLS |
Donate NPOI
支付宝捐款账号: tonyqus@163.com
Paypal: tonyqus@gmail.com
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. Support 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. .Net 2.0 based even for xlsx and docx (though we also support .NET 4.0)
g. Successful cases from all over the world
h. huge amout of basic examples
i. No dependency on isolated storage
To get the latest code, please visithttps://github.com/tonyqus/npoi.
Comments from NPOI users
Tutorial
NPOI on SNS
English
NPOI User Group:
http://www.linkedin.com/groups/NPOI-User-Group-6655065
Twitter: http://twitter.com/tonyqus
System Requirement
VS2010 with .NET 4.0 runtime
VS2005 or VS2008 with .NET 2.0 Runtime (SP1)
vs2003 with .NET 1.1
VS2005 or VS2008 with .NET 2.0 Runtime (SP1)
vs2003 with .NET 1.1
Mono
medium trust environment in ASP.NET
medium trust environment in ASP.NET
Extensions