Big milestone reached with the implementation of a Fluent Mapper. It allows for a powerful new way to use MiniExcel, giving you finer grained control over the way you can map Excel sheets to your objects and collections! Read more about it in the docs.
Thanks to everyone who tried out our previous pre-release and sent feedback! We're getting close to a full v2 release, stay tuned for updates!
What's Changed
Added support for new Fluent Mapping configuration by @CoreyKaylor in https://github.com/mini-software/MiniExcel/pull/850
Added DateTime to DateOnly conversion by @RiRiSharp in https://github.com/mini-software/MiniExcel/pull/870
Minor doc changes by @michelebastione in https://github.com/mini-software/MiniExcel/pull/872
PR #870 oversight fix by @michelebastione in https://github.com/mini-software/MiniExcel/pull/874
Fixed exception not being thrown when too long a sheet name was passed as dictionary key by @michelebastione in https://github.com/mini-software/MiniExcel/pull/878
Added custom exception for indexers being treated as properties during serialization by @michelebastione in https://github.com/mini-software/MiniExcel/pull/884
Exposed IProgress for Exports by @mukunku in https://github.com/mini-software/MiniExcel/pull/883
Fixed two edge cases with the mapping of double types by @michelebastione in https://github.com/mini-software/MiniExcel/pull/886
Fixed #888 by ignoring empty rows on reading by @paulroho and @michelebastione in https://github.com/mini-software/MiniExcel/pull/893
Changed shared strings cache default path and added option to customize it by @michelebastione in https://github.com/mini-software/MiniExcel/pull/897
Updated projects, tests and samples as part of a refactoring following the release of .NET 10 by @michelebastione in https://github.com/mini-software/MiniExcel/pull/900
New Contributors
@RiRiSharp made their first contribution in https://github.com/mini-software/MiniExcel/pull/870
@mukunku made their first contribution in https://github.com/mini-software/MiniExcel/pull/883
@CoreyKaylor made their first contribution in https://github.com/mini-software/MiniExcel/pull/850
Full Changelog: https://github.com/mini-software/MiniExcel/compare/2.0.0-preview.1...2.0.0-preview.2