fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Improve invalid cast error messages #86

Closed goswinr closed 3 years ago

goswinr commented 3 years ago

Improve invalid cast error messages Because it would be great to see which string can't be cast to double, for example. Directly in the error message without going to the Excel file.

quintusm commented 3 years ago

Thanks for the pull request @goswinr. I have merged it into main. I will do a new release of the nuget package that includes this as 2.0.0-rc2 and then publish a non-rc version 2 soon.