Releases: donnytian/Npoi.Mapper
Releases · donnytian/Npoi.Mapper
Release v6.2.1
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
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
andObjects
.
Full Changelog: v6.1...v6.2
Release v6.1
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
What's Changed
- Added option to skip hidden rows by @pczajkowski-ptw in #107
- v6 changes by @donnytian in #120
New Contributors
- @pczajkowski-ptw made their first contribution in #107
Full Changelog: v4.1.0...v6
Release v4.1.0
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
- @workgroupengineering made their first contribution in #90
Full Changelog: v4...v4.1.0