donnytian / Npoi.Mapper

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.
MIT License
589 stars 114 forks source link

returns null instead of empty string for blank cells #130

Closed POFerro closed 10 months ago

POFerro commented 10 months ago

Hi,

This PR solves issue #129 , the main idea is to revert behavior of returning null value when blank cell is mapped to string property. Current behavior returns string.Empty which is a breaking change.

Can you please keep previous behavior, all my code is based on that assumption :).

Thanks and best regards @POFerro

POFerro commented 10 months ago

Thanks @donnytian :). Any idea when this will be released?