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

FR: Better error handling: "Returned failure by custom cell resolver"

mkrijtenberg opened this issue · comments

Hi,

I use a custom resolver to parse some cells, which does some input validation. I can only return true or false and the resulting error message is too generic "Returned failure by custom cell resolver". I would like to add my own message. Is it maybe possible to expose the ColumnFailed method, or maybe return an error message instead of a boolean?

Thanks!