New Post: In source code Core/ReferenceHelper.cs and SeekErrorMemoryStream.cs...
You are both right. For some reason they were missing from source control. They should be there now
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen 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...
View ArticleNew Post: Remove formatting from file
Text color, text font type, text size. When I highlighted all and said "Remove Formatting" it took seconds to import. I was dealing with 50,000+ rows, but not many columns.The source of the Excel file...
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen 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...
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen 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...
View ArticleCommented Issue: Error reading binary (.xls) file [11538]
__Unit test following fix:__Trying to read a .xls file and I get this --> Error: Neither stream 'Workbook' nor 'Book' was found in file.Stepping though the code while it was reading the file...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
You're kidding. Why isn't the ReadOption included in the latest version? @ petemunnings: the above Method does not work. I get compile error: The type or namespace name 'ReadOption' could not be found...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
ReadOption is an enum at the end of ExcelBinaryReader.cs . It should be in the latest source from the repository.
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen 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...
View ArticleNew Post: Remove formatting from file
I tried creating a 60000 row sheet with formatting, but it ran quite quickly. Was there a lot of different formats throughout the file? Was it tabular data? Were rows varying in format?
View ArticleNew Post: Examples? Direct cell access?
I can't find examples, inline source documentation or other documentation about this project. What I've seen from the short introduction is that this library can read Excel files into DataSet-like...
View ArticleNew Post: Examples? Direct cell access?
I think you have two options. Use datasets but specify reader.IsFirstRowAsColumnNames = false so that the whole sheet is the contents of the dataset. Then in your example for row 10 column 3 you would...
View ArticleNew Post: Remove formatting from file
Interesting. I'll look deeper at the file. It was created from Business Objects so there might have been some other garbage in play. I'll check to see if it's proprietary data also, and if not then...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
Ian, thank you for your reply. I downloaded the latest source code and, unfortunately, ReadOption.Loose did not fix the problem. I'm still getting "Neither stream 'Workbook' nor 'Book' was found in...
View ArticleCommented Unassigned: Error loading file [11818]
I'm trying to read the attached file. I'm getting the following error.xlDataSet = xlReader.AsDataSet();Index was out of range. Must be non-negative and less than the size of the collection.Parameter...
View ArticleNew Post: wrong numbers
I clear formating and nothing. I formating numeric with 2 decimal and nothing excel file: dataset visualizer:
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen 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...
View Article