Hi
when trying to read attached file, the reader is incorrectly reading the first column's values (from row 4 down) as double. Instead it should be either string or datetime.
Any fix/workaround for this? We really like this tool but can't use without fixing this.
Thanks,
Stevo
Comments: ** Comment from web user: Ian1971 **
when trying to read attached file, the reader is incorrectly reading the first column's values (from row 4 down) as double. Instead it should be either string or datetime.
Any fix/workaround for this? We really like this tool but can't use without fixing this.
Thanks,
Stevo
Comments: ** Comment from web user: Ian1971 **
ExcelDataReader should work in a non-english environment.
I tried changing my Windows to Swedish but it still worked ok.
If you have any spare time it would be great if you could download the latest source from the repository and run the test app. Then point it at your file. If it still shows the wrong date, then if you put a break point on ExcelOpenXmlReader.cs line 276 we should be able to see what is going on.
Cheers
Ian