New Post: Migrated to github
The project has migrated to github. Please send any issues, discussions there https://github.com/ExcelDataReader/ExcelDataReader
View ArticleNew Post: Design Questions/Suggestions
fyi it is now up on github https://github.com/ExcelDataReader/ExcelDataReader As far as contributing to that basically the workflow is:Fork the repositoryGet an issue to work on, make some changes Send...
View ArticleCommented Unassigned: ExcelCsvReader - CSV reader implementation [13097]
This is my contrib to the Library:a CSV data reader implementation to extend ExcelReaderFactory.Comments: ** Comment from web user: Ian1971 ** As we have now migrated to github I have recreated your...
View ArticleClosed Unassigned: Access denied to temp path [11801]
Receiving and error when reading from stream. Access denied to temp path....? It happens when calling this method ExcelReaderFactory.CreateOpenXmlReader. Obviously if I'm an admin on the box I dont get...
View ArticleNew Post: iOS compatibility
Hello! Thank you for the lib, it's working very well. I have nevertheless a problem when I try to use it on an iOS plateform. I'm working in the Unity3D environment, with C# in Mono. My project is...
View ArticleNew Post: iOS compatibility
The Excel library is dependent upon SharpZipLib. If you first build SharpZipLib for iOS, and then reference it in your from your Excel iOS project, you should be able to build successfully.
View ArticleClosed Unassigned: ExcelCsvReader - CSV reader implementation [13097]
This is my contrib to the Library:a CSV data reader implementation to extend ExcelReaderFactory.Comments: issue migrated to github
View ArticleClosed Unassigned: Columns skipped when DIMENSION record is incorrect [13101]
A spreadsheet I've encountered in the wild doesn't conform properly to the Excel binary format spec, and in the DIMENSION record uses the zero based index of the last column, rather than the zero based...
View ArticleClosed Unassigned: Poor performance when reading non indexed XLS file. [11827]
This is based on source code downloaded on 27th May 2013. I had a file with +100000 records in it and this file doesn't have index. So it took ~ 3 hours to complete reading that file. I debugged source...
View ArticleClosed Unassigned: XlsStream.ReadStream hangs on corrupted file [13090]
When I try to read a corrupted .xls file (with a part of file accidentally lost), my application hangs in an infinite loop, while I expect it to fail with some exception. As I use the library in a web...
View ArticleClosed Unassigned: Default name for columns with no name [12857]
I have a .xlsx file where only some of the columns in row 1 has names. The columns with no name is automatically named 'Column?' (This is both Caption and ColumnName).I have previously used Excel by...
View ArticleCommented Unassigned: Can't capture empty sheet [11864]
I hava an excel file, and in Sheet1 there some data, Sheet2 and Sheet3 by default they are empty. I read data by ExcelReaderFactory.CreateOpenXmlReader(stream).AsDataSet(), Sheet1's data is correct,...
View ArticleCreated Unassigned: Set date type to european format [13189]
Hi, I'm trying to get a date using DateTime object. I got the american format on my Excel Sheet, is there any way to set the range format, in my c# code, to the european one. Thanks for your help.Fet
View ArticleNew Post: Reading wrongly formatted cells
Hello everyone! I have been reading a lot around my issue but I am still struggling to get an idea how to go around it. Any help would be appreciated! I am reading an Excel spreadsheet that can contain...
View ArticleReviewed: 2.1.2.0 (Aug 19, 2014)
Rated 5 Stars (out of 5) - Works perfectly. I created a little C# app for searching multiple excel files. At first I was using Excel's com to do this. It was very very slow. Switched over to using...
View ArticleReviewed: 2.1.2.0 (Aug 19, 2014)
Rated 5 Stars (out of 5) - Works perfectly. I created a little C# app for searching multiple excel files. At first I was using Excel's com to do this. It was very very slow. Switched over to using...
View ArticleNew Post: Reading past an exception.
I am getting an exception "Not a legal Ole Aut date"
View ArticleNew Post: Not a legal Ole Aut date
When I try to execute the following lines: DataSet ds = new DataSet(); ds = execlReader.AsDataSet(); I get the following exception: Not a legal Ole Aut date Any ideas?
View ArticleNew Post: Non-negative number required. Parameter name: count
This exception is produced in XlsBiffSST.cs on last - offset - prefix; The excel file contains Chinese simplified data with some formatting. I don't know how to fix this issue. Your help will be highly...
View Article