Skip to content

Releases: nissl-lab/npoi

NPOI 2.7.0 - Long ETH

12 Mar 22:41
Compare
Choose a tag to compare

Nuget link
Release Notes

What's Changed

New Contributors

Full Changelog: 2.6.2-rc1...2.7.0-rc1

NPOI 2.6.2 - for my daughter Chris

03 Sep 07:13
Compare
Choose a tag to compare

This release is to celebrate my daughter's birthday. Wish she can grow up healthily and happily.

Nuget link
Release notes

What's Changed

New Contributors

Full Changelog: 2.6.1-rc2...2.6.2-rc1

NPOI 2.6.1

19 Jun 13:00
7a218cc
Compare
Choose a tag to compare

What's new in NPOI 2.6.1

Nuget link

Release notes

What's Changed

New Contributors

Full Changelog: 2.6.0-rc3...2.6.1-rc2

NPOI 2.6.0 - Slava Ukraini

17 Nov 07:31
Compare
Choose a tag to compare

What's new in NPOI 2.6.0

nuget link

Release Notes

What's Changed

New Contributors

Full Changelog: 2.5.5...2.6.0-rc3

NPOI 2.5.6 - Shanghai Lockdown

27 Apr 09:24
Compare
Choose a tag to compare

NPOI 2.5.5

29 Nov 00:29
Compare
Choose a tag to compare

Nuget link
Release notes

What's Changed

New Contributors

Full Changelog: 2.5.4...2.5.5

2.5.4

24 Aug 20:53
Compare
Choose a tag to compare

nuget link
Release Notes

What's Changed

New Contributors

Full Changelog: 2.5.3...2.5.4

NPOI 2.5.3

24 Aug 20:45
Compare
Choose a tag to compare

nuget link
Release notes

What's Changed

New Contributors

Full Changelog: 2.5.2...2.5.3

NPOI 2.5.2

24 Aug 20:45
Compare
Choose a tag to compare

Nuget link

#448 Add ifs, maxifs, minifs functions to analysis tool pack
#410 fix Match function for compatible
#423 AddPicture doesn't work, corrupts DOCX file
#397 LocalUtil.GetUserTimeZone NullReferenceException
#167 Unable to add image to a word document header or footer using XWPF
#346 NullReferenceException when copying sheet in some Excel files
#413 fix: Rich strings hash for texts with the color set as RGB
#444 Update RANDBETWEEN
#158 NPOI Excel Merging Causing “Repaired Records”
#345 Excel unreadable content error after editing existing file
#358 Remove static locale state
#367 fix incorrect footnote handling
#372 NPOI requires GDI+ dependency even on sheet creation without using column auto-sizing
#281 InvalidOperationException on XSSFSheet.GetColumnStyle
#377 AutoSizeColumnTracker to Lazy, fix build errors
#339 improve performance of CreateRow for bigger excel sheets

What's Changed

  • Update samples and packages by @Bykiev in #332
  • improve performance of CreateRow for bigger excel sheets by @ThomasZitzler in #339
  • Bug found in LocaleUtil.cs. by @wylermat in #352
  • AutoSizeColumnTracker to Lazy, fix build errors by @msvprogs in #377
  • Add license scan report and status by @fossabot in #389
  • fix: Rich strings hash for texts with the color set as RGB by @MaQy in #413
  • Fixed typo in indexed color ("lemonchilffon" instead of "lemonchiffon") by @Bykiev in #420

New Contributors

Full Changelog: 2.5.1...2.5.2

NPOI 2.5.1 - Evil NCC Org

24 Aug 20:44
Compare
Choose a tag to compare

nuget link

  • #302 Deleted text is stilll extracted from Word document
  • #283 XWPFTableCell.GetParagraphArray(0) always return null
  • #256 ISheet.CopyRow() throws NullReferenceException
  • #187 customHeight attribute of row for SXSSFWorkbook wrong
  • #225 Infinite Loop in Substitute.ReplaceAllOccurrences on empty searchStr
  • #199 SXSSFCell: numeric value is serialized with CurrentCulture rules
  • #141 XSSFFont.FontHeight setting bug
  • #165 Excel warns if we use a font without setting its size
  • #203 Add XWPFRun.AddSvg
  • #200 Optimizations and bugfixes of SXSSF logic
  • #198 Add XWPFStyles.GetStyleWithName(string styleName)
  • #325 Fix XSSFDataValidationHelper.CreateValidation to use all CellRangeAddresses.

What's Changed

  • Fix XSSFDataValidationHelper.CreateValidation to use all CellRangeAddresses. by @tkakisu in #325
  • Add XWPFStyles.GetStyleWithName(string styleName) by @bleis-tift in #198
  • Optimizations and bugfixes of SXSSF logic by @msvprogs in #200
  • Add XWPFRun.AddSvg by @bleis-tift in #203

New Contributors

Full Changelog: 2.5.0...2.5.1