Npoi.Mapper Versions Save

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.

v6.2.1

6 months ago

What's Changed

Full Changelog: https://github.com/donnytian/Npoi.Mapper/compare/v6.2...v6.2.1

v6.2

6 months ago

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: https://github.com/donnytian/Npoi.Mapper/compare/v6.1...v6.2

v6.1

8 months ago

What's Changed

Full Changelog: https://github.com/donnytian/Npoi.Mapper/compare/v6...v6.1

v6

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/donnytian/Npoi.Mapper/compare/v4.1.0...v6

v4.1.0

1 year ago

What's Changed

  • feat: SourceLink by @workgroupengineering in https://github.com/donnytian/Npoi.Mapper/pull/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: https://github.com/donnytian/Npoi.Mapper/compare/v4...v4.1.0

v4

1 year ago

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

  • @POFerro