Created Unassigned: samples [13301]
Dear allPlease put some sample code for using under Compact framework.It will be so useful.ThanksAli
View ArticleNew Post: Read xls cell values as text only
Hi, I am new to ExcelDataReader class. Can we read xls file data in text format like one we have in OLEDB (Setting IMEX = 1). In my xls there is column containing date and other column containing time....
View ArticleNew Post: Read cell color formatting
Is there a method or a way to see if the cell has a color or no formatting? We have a rule that if the cell is colored then we skip the processing on the cell.
View ArticleClosed Unassigned: Multithreaded Read [12936]
There seems to be an issue in Excel/Log/LogManager.cs if you concurrently read from multiple different xlsx files.I fixed the issue by moving the sync-lock to cover up ContainsKey-Check tooFrom ```...
View ArticleCommented Unassigned: Multithreaded Read [12936]
There seems to be an issue in Excel/Log/LogManager.cs if you concurrently read from multiple different xlsx files.I fixed the issue by moving the sync-lock to cover up ContainsKey-Check tooFrom ```...
View ArticleNew Post: Develop in dot net compact framework
This API can work on dot net compact framework? I got this issue "Error 2 The type 'System.Data.IDataRecord' is defined in an assembly that is not referenced. You must add a reference to assembly...
View ArticleCommented Issue: "BIFF Stream error" when converting to dataset [11636]
Hi,I am using the 2.1 beta binaries.when trying to open a SQL server reporting services generated excel, and converting to a dataset, I get the following exception:ArgumentException was unhandled "BIFF...
View ArticleCreated Unassigned: Large Numbers are being converted into scientific...
Am I the only one experiencing this? I can't believe that.I haven't seen any documentation on this issue.I'm using version 2.1.2.0. Everything else works fine.If I do Save as from excel the number...
View ArticleCommented Unassigned: Large Numbers are being converted into scientific...
Am I the only one experiencing this? I can't believe that.I haven't seen any documentation on this issue.I'm using version 2.1.2.0. Everything else works fine.If I do Save as from excel the number...
View ArticleCommented Unassigned: Large Numbers are being converted into scientific...
Am I the only one experiencing this? I can't believe that.I haven't seen any documentation on this issue.I'm using version 2.1.2.0. Everything else works fine.If I do Save as from excel the number...
View ArticleCommented Unassigned: Large Numbers are being converted into scientific...
Am I the only one experiencing this? I can't believe that.I haven't seen any documentation on this issue.I'm using version 2.1.2.0. Everything else works fine.If I do Save as from excel the number...
View ArticleReviewed: 2.1.2.0 (Dec 09, 2014)
Rated 5 Stars (out of 5) - When adding reference to excel.4.5.dll, it says it's not finding it. I'm running framework 4.5... Is there an updated dll?
View ArticleNew Post: excel.4.5.dll not found
I added the reference in VS2008 to excel.4.5.dll and it fails saying it's not found. What am I doing wrong?
View ArticleNew Post: excel.4.5.dll not found
As far as I'm aware, Visual Studio 2008 does not support .NET 4.5 (the newest supported version would be .NET 3.5), which is what that version is built against. Consider upgrading to Visual Studio 2013...
View ArticleNew Post: Looking for more flexible overloaded methods in exceldatareader tool
I am using this tool to read Excel file for one of my requirements. In the beginning when we decided to yous this Tool (https://exceldatareader.codeplex.com) We really didn't face any issues to use it....
View ArticleNew Post: ExcelReaderFactory.cs not found
I installed excel data reader via nuget packet intaller and I am using VS2012 now the problem is when i try to run the example code it says ExcelReaderFactory.cs not found what am I doing wrong
View ArticleNew Post: How to read EXACTLY what is displayed in Excel?
My spreadsheet has data with different formatted info which ExcelDataReader converts to doubles. e.g. $123.45 or £123.45. I just want to read exactly what is viewable in the spreadsheet. Is this...
View ArticleNew Post: Microsoft Excel 97-2003 Worksheet (.xls) bad signature override?
Hi Sam, Did Yo got a Solution? I have a similar problem... I would appreciate if You can share the solution. Thanks. César F. V.
View ArticleNew Post: reader.AsDataSet() throws an OutOfMemory exception with even not...
Ian1971 - 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 Article