Created 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 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: Set the datatype for a column via excelReader.AsDataSet()
I have a weird issue when I read an excel workbook and the column starts off as a set of numbers and then switches to alphanumeric. I need to force the asDataSet to set mixed column data to text... The...
View ArticleCreated Unassigned: 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 Unassigned: 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 Unassigned: 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 Unassigned: 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 Unassigned: 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 Unassigned: 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 ArticleNew Post: object reference not set to an instance of an object
I had the same problem. My Excel spreadsheet was corrupt even though it opened in Excel after I received the "Excel cannot open the file [filename] because the file format or file extension is not...
View ArticleCreated 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.86
View ArticleCommented Unassigned: 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 ArticleNew Post: Inaccurate column count causes data to be missed.
I am trying to read in a large amount of data using your wonderful tool, which is ideal. The problem is that the xlsx file in question has presumably been generated by a tool, as unless you manually...
View ArticleNew Post: After Saving excel document with Open XML the file does not want to...
Hi I am just doing a basic save from the Open XML library, so no changes is being done to the excel file. But when I try to read it with the Excel Data Reader it gives my sheet count back as 0. I...
View ArticleNew Post: Hidden rows
Not 100% sure but I think hidden rows are read just as normal rows. So I don't think you can distinguish in the result. (without some form of change anyway)
View ArticleNew Post: After Saving excel document with Open XML the file does not want to...
I'm not sure if there are any test cases for Open XML at the moment. There must be some difference in the xml though, otherwise it would work.
View ArticleNew Post: Inaccurate column count causes data to be missed.
I'm not sure if merged cells have been considered. I don't have capacity at the moment to figure it out, but it does sound like something that could be fixed. I would recommend creating an issue. I...
View ArticleNew Post: After Saving excel document with Open XML the file does not want to...
I see there is minor differences, openxml has changed one of the namespaces which maybe could have caused this. I think I will close the issue and use linq to excel which currently works.
View ArticleCreated 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 Article