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

Support for .NET Framework 4.0 #60

Closed tiagossa1 closed 4 years ago

tiagossa1 commented 4 years ago

Hi. I installed NPOI on a project that is targeting .NET Framework 4.0, but when I tried to install NPOI.Mapper, it doesn't install, since it's targeting for >4.5.

Is there any specific reason why you don't support 4.0? Thanks.

donnytian commented 4 years ago

fixed in v3.5

tiagossa1 commented 4 years ago

thanks!