Johan Appelgren

Results 85 comments of Johan Appelgren

@yfa-vagelis Good catch. Please create a new PR, preferably with the test case, and I'll take a look.

ExcelDataReader does not apply the formatting but instead provides the underlying value as either string, double or DateTime. If you want the string representation of a numeric value then you...

This is by design. ExcelDataReader only reads what is saved in the file and does not evaluate formulas.

Sorry. So I can do something like this instead of having to make SomeClass aware of the IoC container. In some cases it also makes it easier in unit tests...

Please continue to support .NET Framework as well. There's no EOL for .NET Framework >= 4.7 yet and being able to run our tests for all targets is a must...