Some additional info, I have identified the rows that are throwing the exception. The cell type is date. The field displays ########### and when I click on the cell I see negative 3650000 in the value window, obviously a bad date. Excel handles the bad data by replacing the value with # signs but the reader exceptions out on the conversion to DataSet. Is there any way to force the reader to fill the rest of the DataSet and ignore or return an error value for the bad fields?
Along those lines, I'm trying to figure out how to get the ExcelDataReader source from GitHub and trace through to see where the exception is thrown but I'm a GetHub noob. Can anyone give me a step-by-step?
Thanks for all the work that goes into supporting something like this.
Along those lines, I'm trying to figure out how to get the ExcelDataReader source from GitHub and trace through to see where the exception is thrown but I'm a GetHub noob. Can anyone give me a step-by-step?
Thanks for all the work that goes into supporting something like this.