New Post: Import subset of Data from Excel
Hi, I am new to this but I have been using the ExcelDataReader to upload an Excel Spreadsheet to a Database, this has worked great for a spreadsheet with just one set of data in it but I have been...
View ArticleClosed Unassigned: Not work with ICSharpCode.SharpZipLib 0.86 [12561]
Subj, but in nuget discription writed that need SharpZipLib 0.86 or more. But by fact work only with 0.85.5 That cause many problem when use other assemblies, that work with 0.86Comments: Resolved with...
View ArticleCommented Unassigned: Not work with ICSharpCode.SharpZipLib 0.86 [12561]
Subj, but in nuget discription writed that need SharpZipLib 0.86 or more. But by fact work only with 0.85.5 That cause many problem when use other assemblies, that work with 0.86Comments: ** Comment...
View ArticleCommented Unassigned: Not work with ICSharpCode.SharpZipLib 0.86 [12561]
Subj, but in nuget discription writed that need SharpZipLib 0.86 or more. But by fact work only with 0.85.5 That cause many problem when use other assemblies, that work with 0.86Comments: ** Comment...
View ArticleCommented Unassigned: Not work with ICSharpCode.SharpZipLib 0.86 [12561]
Subj, but in nuget discription writed that need SharpZipLib 0.86 or more. But by fact work only with 0.85.5 That cause many problem when use other assemblies, that work with 0.86Comments: ** Comment...
View ArticleCreated Unassigned: XLS file issue: Object reference not set to an instance...
I am getting error "Object reference not set to an instance of an object" while try to read attached file. Everything works fine after I open in excel and save. Just in case, I am getting this file in...
View ArticleCommented Unassigned: System.Security.SecurityException in Windows Shared...
I have hosted my web application which uses Excel Data Reader in Hostgator shared hosting server. I am getting the foll. error. What needs to be done to fix it? Locally in my dev box, everything works...
View ArticleNew Post: Getting null value against .xlsx file
I found the same issue, and it was solved for me by changing the Page's Culture and UICulture to 'en-US'; I was using a different culture (bn-BD), that seems to be cause of the issue.
View ArticleNew Post: Default name for columns with no name
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 ArticleReviewed: 2.1.2.0 (Mar 21, 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 ArticleCreated Unassigned: binary reader not returning all rows [12834]
Empty rows (with no cell) can lead to erroneous end of sheet detection.Patch : ExcelBinaryReader.csMethod : moveToNextRecordNoIndex()Old code :```if (record.IsCell) { var candidateCell = record as...
View ArticleNew Post: object reference not set to an instance of an object
Hi, I am facing issue with reading .xls and .xlsx file. It does work in my local machine. But, when published to QA box it throws the below error. Did anyone came across this issue ? I have pasted...
View ArticleCommented Issue: IsFirstRowAsColumnNames not working correctly [8796]
I have the following code in my ASP.NET application: using (FileStream stream = File.Open(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)){ using (IExcelDataReader reader =...
View ArticleNew Post: Reading numeric data with same rounding as displayed in Excel.
My users typically have data containing more than 2 decimal points, that is formatted in Excel to show just two decimal places. Ideally, when I import this data, I would get the values as displayed in...
View ArticleNew Post: How to import Image from Excel sheet
I have an excel sheet that contain images and I want to import. I am using Excel data reader. How can I implement that using C# ?
View ArticlePatch Uploaded: #16126
bleze has uploaded a patch.Description:Made default/empty column name public so the user can control names of columns with no header name.See https://exceldatareader.codeplex.com/discussions/539575 for...
View ArticleNew Post: Default name for columns with no name
Ok, after reading the documentation I created a patch with the id; 16126. Hopefully it will accepted as my issue is now resolved by it.
View ArticleCreated 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 Article