Skip to content

1.38.0

Latest
Compare
Choose a tag to compare
@shps951023 shps951023 released this 16 Feb 09:42
· 5 commits to master since this release
9b37e22

1.38.0

  • [New] feat(DynamicExcelColumn): make the CustomFormatter property more powerful (#715) (via @izanhzh)
  • [New] feat(ExcelNumberFormat): extend the SectionType (#716) (via @izanhzh)
  • [New] feat(ExcelOpenXmlSheetWriter): adjust the location of the CustomFormatter execution (#722) (via @izanhzh)
  • [New] WriteEmptyStringAsNull implementation (#725) (via @jiangyi1985)
  • [Bug] Fix @group tag not working with certain IEnumerable types (#723) (via @JamesDSource)
  • [OPT] Optimized ContainsKey calls to TryGetValue (via @michelebastione)
  • [OPT] Changed Count() method calls to Count property (via @michelebastione)
  • [OPT] Materialized some IEnumerables using ToList (via @michelebastione)
  • [OPT] Added safe IDisposable cast to IEnumerator (via @michelebastione)
  • [OPT] Removed superfluous indentation and parenthesis (via @michelebastione)