Skip to content

Releases: donnytian/Npoi.Mapper

Release v6.2.1

05 Nov 00:40
1de5f33
Compare
Choose a tag to compare

What's Changed

  • returns null instead of empty string for blank cells by @donnytian in #131

Full Changelog: v6.2...v6.2.1

Release v6.2

22 Oct 00:24
d486a94
Compare
Choose a tag to compare

What's Changed

  • use Expression tree for value get and set (use the reflection previously). That gains 10-% - 20% performance improvement.
  • support nested property selector
  • breaking change: removed property TrackObjects and Objects.

Full Changelog: v6.1...v6.2

Release v6.1

17 Sep 06:32
cf4ecac
Compare
Choose a tag to compare

What's Changed

  • v6.1 by @donnytian in #125
    • upgrade NPOI to 2.6.2 and support NET framework472

Full Changelog: v6...v6.1

Release v6

17 Jun 08:58
142cb81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v6

Release v4.1.0

03 Jun 05:44
Compare
Choose a tag to compare

What's Changed

  • feat: SourceLink by @workgroupengineering in #90
  • close #34 and #58 to support DateTimeOffset
  • close #47 add new feature TakeDynamicWithColumnType() to predefine column type for dynamic
  • fix #50 property name messed up when taking dynamic from multiple sheets
  • fix #75 UseLastNonBlankValue not working for DateTime type

New Contributors

Full Changelog: v4...v4.1.0

Release v4

31 May 04:24
Compare
Choose a tag to compare

What's Changed

  • Upgrade NPOI to the latest 2.5.6
  • Breaking change: Removed support for NET4.0 since the latest NPOI does not support it.
  • Make assembly strong-named - #80
  • New option SkipBlankRows and TrimSpaces - #83
  • Support default value if the data source is null or empty - #91

New Contributors