Commented Unassigned: Inaccurate column count causes data to be missed. [12605]
Discussion [https://exceldatareader.codeplex.com/discussions/474291](https://exceldatareader.codeplex.com/discussions/474291)I am trying to read in a large amount of data using your wonderful tool,...
View ArticleCommented Unassigned: Inaccurate column count causes data to be missed. [12605]
Discussion [https://exceldatareader.codeplex.com/discussions/474291](https://exceldatareader.codeplex.com/discussions/474291)I am trying to read in a large amount of data using your wonderful tool,...
View ArticleCommented Unassigned: Cannot find central directory [11965]
I am using the last stable release of this version. It was working just fine until a few weeks ago. Now I am constantly getting the error "Cannot find central directory". The error is being thrown at...
View ArticleNew Post: ExcelReaderFactory.CreateBinaryReader(stream) is returning an empty...
I am also facing same problem.
View ArticleNew Post: Working Example
I love this tool, as by converting Excel file of any type into DataTables in a DataSet, Excel becomes transparent to the user. In my application, this makes life easy. I made a short working C# demo...
View ArticleCommented Issue: Exponential problem when load a .xlsx [11773]
I try to load a .xlsx and the decimal number like 2345,12 look like 2,345123637347E+16, i need fix that faster, what can i do?Comments: ** Comment from web user: larbou ** Yes, indeed, i got the same...
View ArticleNew Post: Problem: Excel\ExcelBinaryReader.cs missing
Hi, While the program was running OK, I occasionally got error for xls files "The file 'c:\development\eapidemo\third-party\ExcelDataReader\ExcelDataReader\Excel\ExcelBinaryReader.cs' does not exist"...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
Hi, I am having the same problem, runs OK with xlsx, fails occasionally with xls , but I could not solve it with either solution:(mmleoni): Did not make a difference (petemunnings): The...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
Its an overload on that Method. Do you have the latest version?public static IExcelDataReader CreateBinaryReader(Stream fileStream) { IExcelDataReader excelDataReader = (IExcelDataReader) new...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
Hi, Thanks petemunnings. Yes, I understand it is an overload on the CreateBinaryReader method, but I do not seem to have that overload. I downloaded the (said-to-be) latest version from the Download,...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
You can download the source code and create the overload yourself. I think that's what I did
View ArticleClosed Unassigned: Xlsx with multiple sheets has no first row on last sheet...
This is because an internal value is not cleared on on NextResultSet.Comments: Resolved with changeset 86976.
View ArticleClosed Unassigned: Xlsx exported from Google Docs have no data [12253]
Export and xlsx from Google spreadsheets. It appears with no data in ExcelDataReader.After investigation it appears that there is no dimension element in the xlsx from Google.We will have to decide...
View ArticleCommented Unassigned: Inaccurate column count causes data to be missed. [12605]
Discussion [https://exceldatareader.codeplex.com/discussions/474291](https://exceldatareader.codeplex.com/discussions/474291)I am trying to read in a large amount of data using your wonderful tool,...
View ArticleSource code checked in, #86978
I've added a trap for the fat table reading zero for the next sector. I don't think this is allowed anyway, and this stops the infinite loop issue
View ArticleClosed Issue: Corrupt XLS file goes into infinite loop [12556]
If I try to open a corrupt file, it goes into infinite loop, and then OutOfMemoryException. The only way is to kill the process.```FileStream stream = File.Open("c:\\temp\\corrupt.xls", FileMode.Open,...
View ArticleCommented Issue: Exponential problem when load a .xlsx [11773]
I try to load a .xlsx and the decimal number like 2345,12 look like 2,345123637347E+16, i need fix that faster, what can i do?Comments: ** Comment from web user: Ian1971 ** I just looked at this and I...
View ArticleReviewed: ExcelDataReader v2.1 (jan 07, 2014)
Rated 5 Stars (out of 5) - Works perfectly for me: open a 2013 xslx and read all it's data. Thanks a million!
View ArticleNew Post: In source code Core/ReferenceHelper.cs and SeekErrorMemoryStream.cs...
Hi, I downloaded latest source code version. When I try to compile the solution those files Core/ReferenceHelper.cs and SeekErrorMemoryStream.cs are missing. Is it a source control problem? or I did...
View Article