NPOI 2.1.3.1

.NET Framework 2.0
Install-Package NPOI -Version 2.1.3.1
dotnet add package NPOI --version 2.1.3.1
<PackageReference Include="NPOI" Version="2.1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NPOI --version 2.1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NPOI, 2.1.3.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NPOI as a Cake Addin
#addin nuget:?package=NPOI&version=2.1.3.1

// Install NPOI as a Cake Tool
#tool nuget:?package=NPOI&version=2.1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com/

Neuzilla provides onsite/offsite hand-on training, troubleshooting and software customization. For details, please contact support@neuzilla.com

This project is the .NET version of POI from Apache Foundation. NPOI can read and write xls (Excel 97-2003), xlsx(Excel 2007+) and docx(Word 2007+)

Product Versions
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
2.1.3.1 0 06.02.2022
2.0.6 0 06.02.2022

Bug Fixes
a. fix word serialization issues
b. fix CloneStyleFrom issue
c. Fix vertical alignment default value for XSSFCell
d. fix setAutoFilter change range issue
e. fix EDate function
f. fix FormatException in FormulaParser
g. fix Comment random Shape issue (comment serialization issue)
h. fix not be able to unlock the cell issue

POI BUG FIXES
55729 - DataFormatter should format Error cells, returning the Excel error string
49237 - HSSF Row Style XfIndex is 12 not 16 bits of data
54607 - NullPointerException in XSSFSheet.getTopRow() when the top row is 1
55745 - fix handling of tables in XSSF if there are comments as well
54673 - Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF
55047 - REPT formula support
55042 - COMPLEX formula support
55041 - CODE formula support
54508 - EDATE formula support
53966 - IfError support (from Analysis Toolpak)
54402 - IfError handling of indirect references

New feature
a. Add ReplaceText to XWPFParagraph and XWPFRun
b. adjust ExcelExtractor interface
c. Improving comment missing handling in HSSFSheet
d. copy hyperlink in CopySheet and fix some bugs
e. Implement ChartSheet in OpenXmlFormats
f. Implement shrinktofit for XSSF