donnytian/Npoi.Mapper

NPOI mapper - Column Names - Ignore Case

ndonthineni opened this issue · 1 comments

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.

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