Skip to content

Releases: nissl-lab/npoi

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

NPOI 2.5.0 Cyberbullyed by Evil NCC Group

03 Mar 17:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.0

NPOI 2.4.1

03 Mar 17:54
Compare
Choose a tag to compare

nuget link

New features

  • NET Standard 2.0 support
  • Add Excel function support for AVERAGEIF and AVERAGEIFS
  • CopySheet support in XSSFSheet
  • Implemented OMath formula edit/creation in XWPF
  • stop .NET Framework 2.0 support (some contributed code start using System.Linq)
  • Add Excel function support for AVERAGEIF and AVERAGEIFS
  • CopySheet support in XSSFSheet
  • Implemented OMath formula edit/creation in XWPF
  • Support line and bar mixed chart

BUG Fixes

  • Fix SharpZipLib 0.86 dependency issue in .NET Framework 4 and .NET 4.5
  • Fix FontHeight property issue in XSSF and HSSF
  • solve SecurityRules issue since .NET 4.0 while using AllowPartiallyTrustedCallers
  • AutoFilter colId must have value even when it equals 0
  • Fix NUnit Test cases in VS2017 (development purpose only)
  • MathX.Round() - fixing some instances of incorrect rounding and adding
  • Fix Word processing fields issue in XWPF
  • Fix a bug of 'adding picture to word' failed

What's Changed

  • Added methods for set top, left, right border at cell. Implemented OMath formula edit/creation with example. by @cratu in #121
  • AVERAGEIF and AVERAGEIFS functions by @jundenilson in #124

New Contributors

Full Changelog: 2.4.0...2.4.1

NPOI 2.4.0

24 Aug 20:58
Compare
Choose a tag to compare
NPOI 2.4.0 Pre-release
Pre-release

What's Changed

  • Word processing fields issue by @crabouif in #108
  • Fix: AutoFilter colId is required even when 0 by @mikaelweave in #112
  • Fix issue with removing multiple cells from CalculationChain when iSpecified is false by @jacobmalliet in #107
  • Bug 47245: Comment out check and exception in case row-records are mi… by @Fr1z2r in #109
  • Fix: MathX.Round() - fixing some instances of incorrect rounding and addin… by @tristanjthompson in #111
  • Add DateAxis for category axis. Add support for drawing bar chart. Fix a bug that XSSFChartAxis property IsVisible is opposite to its real value. Fix a bug that "AddPicture to Word" failed. Support line and bar mixed chart. Add set color for XSSFBarChartData and XSSFLineChartData. Add set MajorTickMark for Axis and add set DispBlanksAs for XSSFChart. by @tomtdev in #113
  • Fix: NUnit Test Adapter for Visual Studio doesn't work well. by @jsakamoto in #106
  • Delete conversion of day format 'dddd' to 'EEEE' in date format. by @Matsuyanagi in #117
  • generalDecimalNumFormat should be "0.##########". by @Matsuyanagi in #116
  • Convert .NET Core class libraries to .NET Standard by @LarsKemmann in #122
  • Copy Sheet Functionality for XSSF by @Sappharad in #123

New Contributors

Full Changelog: 2.3.0...2.4.0

NPOI 2.3.0

03 Mar 17:55
Compare
Choose a tag to compare
update release notes

NPOI 2.2.0 Google Left China

08 Mar 14:44
Compare
Choose a tag to compare
update readme.txt