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

NPOI mapper - Column Names - Ignore Case #95

Closed ndonthineni closed 2 years ago

ndonthineni commented 2 years ago

Hi, It looks like the mapper fails to pull values from the columns whose column name attribute do not match with the case in the excel file. It looks like the column mapping is case sensitive. I think it would be helpful to have the "Ignore Case" option.

donnytian commented 2 years ago

It's case insensitive. I've checked code and confirmed it by a test case.