Info
Version: | 2.0 |
Last Update: | Wednesday, December 5, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://npoi.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/NPOI.lib |
Install
Install-Package NPOI.lib
dotnet add package NPOI.lib
paket add NPOI.lib
NPOI.lib Download (Unzip the "nupkg" after downloading)
Dependencies
- ICSharpCode.SharpZipLib(0.86.0.518)
POI is an open source java project
which can help you read/write xls, doc, ppt files. It has a wide application.
For example, you can use it a to generate a Excel report without Microsoft Office suite installed on your
server and more efficient than call Microsoft Excel ActiveX at background; you can also use it to extract
text from Office documents to help you implement full-text indexing feature (most of time this feature is
used to create search engines).