New Post: Excel Reader
What platform are you using? The nuget package should set up the references you need. Does some other project you are referencing also use SharpZipLib. You might also try the new portable class library...
View ArticleNew Post: Excel Reader
@Ian971 –I am running 64-bit Windows 7 with Visual Studio 2010. No other project that I reference uses SharpZipLib.I didn’t use any Nuget package. Just downloaded the zip file from Codeplex. It only...
View ArticleNew Post: Excel Reader
Are you able to use nuget to add the reference? It will then resolve the zip lib dependency
View ArticleNew Post: Excel Reader
I took your suggestion and downloaded the portable version of the library. I just used Nuget to add the reference. (This is my first time using Nuget, but I think I got it right.) I was able to build...
View ArticleReviewed: Latest Source Code (Sep 28, 2014)
Rated 5 Stars (out of 5) - I like the feature to read excel.Hoo,I like it.
View ArticleCommented Issue: return null dataset, open xls file only have 1 sheet [11516]
I have a workbook with the same problem: private void Test(){ using (FileStream streamIn = File.Open(@"Z:\SIW\Pass1 Data\dms_vendor.extract.xlsx", FileMode.Open, FileAccess.Read)) using...
View ArticleCommented Issue: Error reading stream from FAT area. [3488]
My attached file are export from DevExpress.XtraGrid controlWhen read this file via Excel Data Reader it's raise error at \ExcelDatareader\Excel\Core\BinaryFormat\XlsBiffStream.csfunction:public...
View ArticleNew Post: Only one tab sheet is read
Hi there, I have an Excel file that contains several tab sheets, named like this: HUN-CZE, HUN-FRA, FRA-ENG and so on. I load the file using this code: IExcelDataReader excelReader =...
View ArticleNew Post: how to remove empty rows before formng as dataset
Hi Team, Initially i have 20 records in my excel sheet with formatted(given rows colors).when i debug the code i am getting 20 records. this is fine. but when i debug the code after deleting the 10...
View ArticleReviewed: 2.1.2.0 (Oct 09, 2014)
Rated 5 Stars (out of 5) - Very good. I use it in my production business intelligence application.
View ArticleNew Post: how to get hyperlinks from cells
I have an Excel file with hyperlinks (to a web site) inside. The library only offers access to the visible text (ds.Tables[0].Rows[0].ItemArray[0]), not to the hyperlink itself. I can't see any...
View ArticleCreated Unassigned: Dataset contains blank rows [13289]
I am using Excel Data Reader 2.1.2.0. In dataset I get a lot of blank rows that are obviously blank rows in excel.How can I filter blank records? Is there any out of box functionality in excel data...
View ArticleCommented Unassigned: Dataset contains blank rows [13289]
I am using Excel Data Reader 2.1.2.0. In dataset I get a lot of blank rows that are obviously blank rows in excel.How can I filter blank records? Is there any out of box functionality in excel data...
View ArticleCommented Unassigned: XlsBiffRecord.ReadStrings does not handle all cases...
When a continuation breaks comes just before (or in?) the tail/postfix part of the XlsFormattedUnicodeString the ReadStrings method doesn't handle this case correctly.You have to check if there are...
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 ArticleNew Post: ExcelOpenXmlReader: numbers stored as text
Hi, I come to an issue that when using the ExcelOpenXmlReader, the numbers formated as text in Excel are always converted to double, ex: the number 0006181(text) is converted to 6181.0(double). In line...
View ArticleCreated Unassigned: reader = ExcelReaderFactory.CreateOpenXmlReader(stream);...
excelreader clearing away the contents of spredasheet. anybody found a way round it
View ArticleNew Post: Only one tab sheet is read
Please let me know if you get any answer this is some thing what i am looking for also.
View ArticleNew Post: Only one tab sheet is read
There is a discussion related to this on the github sitehttps://github.com/ExcelDataReader/ExcelDataReader/issues/27 Please feel free to add to that discussion
View Article