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
601 stars 115 forks source link

Mapper.Map重载需求 #6

Closed HuangZhengFeng closed 7 years ago

HuangZhengFeng commented 7 years ago
     Mapper Map<T>(string columnName, string toName)

     如果有这样的重载方法可能会更加方便 ,此方法参数lambda表达式最后的返回值是propInfo,那么 通过 T 和 toName 也是一样可以取到的。谢谢!