Commented Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleCommented Unassigned: IndexOutOfRangeException - array for cell values too...
I think the following line in method ExcelBinaryReader.readWorkSheetRow() is wrong:```m_cellsValues = new object[m_maxCol];```Reason:m_maxCol holds the index of the last column, not the column count....
View ArticleCreated Unassigned: cell values are not updated when using a formula....
Hi,First of all, I need to say that the ExcelDataReader is a very nice feature. I am already using it for a while now and it a pretty good way to read excel files without having MS-Office...
View ArticleNew Post: problem open xls
hi all, i have a problem opening an excel that i receive from third party... problem is in 'public static XlsBiffRecord GetRecord' on the step 'uint ID = BitConverter.ToUInt16(bytes, (int)offset);'...
View ArticleCreated Unassigned: Please remove dependency on SharpZipLib its GPL [13480]
Please change SharpZipLib to something with a less restrictive license like DotNetZip or 7ZIP SDK for C#.
View ArticleNew Post: Problems reading XLSX created in SAP
An interesting one this - I've been using ExcelDataReader for ages without problems, but I've just had a problem reading an Open XML spreadsheet created with SAP. Trying .AsDataSet gives out of memory...
View ArticleNew Post: Problems reading XLSX created in SAP
Have now had a look at the source code, and I think the problem's in ExcelOpenXMLReader.cs, ReadSheetRow. There's a section if (_emptyRowCount != 0) { _cellsValues = new object[sheet.ColumnsCount];...
View ArticleCreated Unassigned: The directory is not empty [13502]
Below issue is raised randomly in one of our server. It is replicated very randomly. Error Message :The directory is not empty. Error InnerException : Error Occured In Target :Void...
View ArticleReviewed: 2.1.2.0 (Mar 19, 2015)
Rated 4 Stars (out of 5) - hi... this is very good. But i want to know, how to allow access mixed data types using this. Because there are both text and numeric data types in my one excel sheet column.
View ArticleReviewed: 2.1.2.0 (Mar 19, 2015)
Rated 4 Stars (out of 5) - hi... this is very good. But i want to know, how to allow access mixed data types using this. Because there are both text and numeric data types in a excel sheet column.
View ArticleCreated Unassigned: Excel DataReader is not reading the data from xls file...
Hi, I have generated an xls file by using nuget closedxml class, here is the code, using (MemoryStream ms = new MemoryStream()){ using (ClosedXML.Excel.XLWorkbook wb = new...
View ArticleCreated Unassigned: Will not open binary Excel file [13556]
HiWe cannot get the ExcelDataReader to open the attached file. We receive the file from a 3rd party, I do not know how they are generating the file. If we open the file in Excel and resave as an xls...
View ArticleCommented Unassigned: Build scripts for compact framework is out of date [13246]
The latest code uses the var type, which is only supported on framework 3.0+. The batch files for the compact framework is still linking to version 2.0, which will not build. I have already updated my...
View ArticleCreated Unassigned: Can't reference column by name? (non-DataTable) [13568]
How do I reference a field by it's (first) column name when not using a DataTable? while (excelReader.Read()){ var branch = excelReader["Branch"].ToString(); // <-- I get a...
View ArticleCommented Unassigned: Can't reference column by name? (non-DataTable) [13568]
How do I reference a field by it's (first) column name when not using a DataTable? while (excelReader.Read()){ var branch = excelReader["Branch"].ToString(); // <-- I get a...
View ArticleReviewed: 2.1.2.0 (Apr 29, 2015)
Rated 4 Stars (out of 5) - Very good but a bug with not reading last column from xls spreadsheets is an issue.
View ArticleNew Post: Retrieve sheet name
Hello, I am new using this cool utility and since I am reading heavy documents I cannot use the function "AsDataSet()". How can I obtain the sheet name of the current sheet that I am looping...
View ArticleNew Post: Retrieve sheet name
I just found out there is a property called "Name" which is the sheetname of my current result. Sorry for any inconvenience
View ArticleNew Post: reader.AsDataSet() throws an OutOfMemory exception with even not...
Same as jbice question.: How does the IDataReader interface work if there are multiple worksheets in the Excel file? Is there a way to specify which worksheet you are iterating through?
View ArticleNew Post: Issue in converting macro enabled excel to dataset using openxml...
Hi , Using openxml i have downloaded macroenabled excel and just opened the downloaded file using spreadsheetdocument and close it with out doing any modifications. When i pass this file to ExcelReader...
View Article