Skip to content

1.40.0 SaveAsByTemplate Max Memory Usage 6x Saving

Choose a tag to compare

@shps951023 shps951023 released this 10 Apr 12:14
· 119 commits to master since this release

1.40.0

  • [New] Added exception to warn for sheet name too long (via @michelebastione)
  • [New] Added options for trimming column names and ignoring empty rows (via @michelebastione)
  • [New] Added IAsyncDisposable calls to ExcelOpenXmlsheetWriter.Async (via @michelebastione)
  • [New] Add conditional formatting support to Excel template (#745) (via @Notallthatevil)
  • [New] Add support for .NET 9.0 in project file (#744) (via @Notallthatevil)
  • [Bug] Bugfix of invalid cell values being mistakenly parsed as valid (via @michelebastione)
  • [Bug] Changing NotImplementedException assert in some tests to NotSupportedException (via @michelebastione)
  • [Bug] Moved sheet name check and fixed datetime formatting bug (via @michelebastione)
  • [OPT] Optimize max memory usage of SaveAsByTemplate #750 (#752) (via @shps951023)
  • [OPT] Optimization of SaveAsTemplate method (#749) (via @michelebastione)
  • [OPT] Removing DateTimeHelper.FromOADate and related code (via @michelebastione)
  • [OPT] Remove redundant property in csproj file (#748) (via @AZhrZho)