workflow - NPOI 2.4.1
Neuzilla is the studio behind NPOI.
Neuzilla provides commercial software customization and consulting service. For details, please contact support@neuzilla.com
PM> Install-Package NPOI -Version 2.4.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install NPOI -Version 2.4.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package NPOI --version 2.4.1 --source https://www.myget.org/F/workflow/api/v3/index.json
> choco install NPOI --version 2.4.1 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "NPOI" -RequiredVersion "2.4.1" -Repository "workflow"
Copy to clipboard
What's NPOI
This project is the .NET version of Apache POI project. With NPOI, you can read/write Office 2003/2007 files very easily.
Donation
If you profits/benefits from NPOI, please sponsor me via Github Sponsor or donate this project. Thank you!
Get Started with NPOI
NPOI code examples (This example repo is private. You can get access by sponsoring me)
Advantage of NPOI
It's totally free to use
Cover most features of Excel (cell style, data format, formula and so on)
Supported formats: xls, xlsx, docx.
Designed to be interface-oriented (take a look at NPOI.SS namespace)
Support not only export but also import
Real successful cases all over the world
Works on both Windows and Linux
System Requirement
.NET Standard 2.1 (.NET Core 3.x, .NET 5, .NET 6)
.NET Standard 2.0 (.NET Core 2.x)
.NET Framework 4.0 and above
Contributors
Sponsored By
New features Add Excel function support for AVERAGEIF and AVERAGEIFS CopySheet support in XSSFSheet Implemented OMath formula edit/creation in XWPF
BUG Fixes Fix SharpZipLib 0.86 dependency issue in .NET Framework 4 and .NET 4.5 Fix FontHeight property issue in XSSF and HSSF
-
.NETStandard 2.0
- SharpZipLib (>= 1.0.0)
- System.Configuration.ConfigurationManager (>= 4.5.0)
- System.Drawing.Common (>= 4.5.0)
-
.NETFramework 4.5
- SharpZipLib (>= 1.0.0)
-
.NETFramework 4.0
- SharpZipLib (= 0.86.0)
- .NETFramework 4.0: 4.0.0.0
- .NETFramework 4.5: 4.5.0.0
- .NETStandard 2.0: 2.0.0.0
OwnersToma Bogdan flaviusm |
AuthorsNPOI Contributors |
Project URLhttps://github.com/tonyqus/npoi |
LicenseApache-2.0 |
Tagsnpoi xlsx xls Excel Word docx |
Info1099341 total downloads |
| 600116 downloads for version 2.4.1 |
| Download (4.4 MB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
2.4.1 | 4.4 MB | Wed, 19 May 2021 16:19:36 GMT | 600116 |
|
||
|
2.2.1 | 3.5 MB | Wed, 17 May 2017 10:12:37 GMT | 499225 |
|