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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPOI mapper - Column Names - Ignore Case

ndonthineni opened this issue · 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.