George Hendrickson
George Hendrickson
(tap, tap, tap)Hello? is this thing on? lol I'm kind of stuck on this at the moment and was wondering if anyone has taken a look at this? Also, are...
*** UPDATE I discovered that if the first cell value mapper is removed, then i get the results that i am expecting. EX: Map(x => x.EmployeeID).WithMapping(employeeMap).WithColumnIndex(columnIndex).WithInvalidFallback(fallbackValue).RemoveCellValueMapper(0);
I think i found a way around this by using ExcelDataReader.Mapping where on your class, add an attribute like this that maps the excel column to a property on your...