New Post: Try to compile v2.1 (82323) or v2.01 (27264) failed
Thank you very much. I succeeded to compile___________________________ Pascal Gineste GFI Informatique 04 76 61 30 29De : Ian1971 <[email removed]>Envoyé : jeudi 31 octobre 2013 11:03À : Gineste...
View ArticleNew Post: Neither stream 'Workbook' nor 'Book' was found in file
Thanks - solved my problem after changing the ReadOption to loose See http://stackoverflow.com/questions/19295515/excel-excelreaderfactory-cannot-open-some-files for a few more details Pete
View ArticleNew Post: I have multiple sheets in an Excel file how to read it into a dataset
Hi I have multiple sheets in an Excel file how to read it into a dataset. I tried using excel data reader but could not Please give me solution
View ArticleNew Post: I have multiple sheets in an Excel file how to read it into a dataset
Take a look here:http://exceldatareader.codeplex.com/
View ArticleCreated Unassigned: ArgumentOutOfRange creating binary reader [12440]
Getting an ArgumentOutOfRangeException as soon as I try the CreateBinaryReader method:``` private void CPImport2003(Account account, HttpPostedFile file, ResponseArg response){ using (IExcelDataReader...
View ArticleCommented Unassigned: ArgumentOutOfRange creating binary reader [12440]
Getting an ArgumentOutOfRangeException as soon as I try the CreateBinaryReader method:``` private void CPImport2003(Account account, HttpPostedFile file, ResponseArg response){ using (IExcelDataReader...
View ArticleCommented Unassigned: ArgumentOutOfRange creating binary reader [12440]
Getting an ArgumentOutOfRangeException as soon as I try the CreateBinaryReader method:``` private void CPImport2003(Account account, HttpPostedFile file, ResponseArg response){ using (IExcelDataReader...
View ArticleCommented Unassigned: ArgumentOutOfRange creating binary reader [12440]
Getting an ArgumentOutOfRangeException as soon as I try the CreateBinaryReader method:``` private void CPImport2003(Account account, HttpPostedFile file, ResponseArg response){ using (IExcelDataReader...
View ArticleNew Post: DateTime parsing error - the OADate is wrong
The date that is parsed by excel data reader is a few years off. When parsing '9/8/2013' exceldatareader is giving me 40056 When it should actually be 41525 void Main() {var dt =...
View ArticleCreated Unassigned: Example of excel file returning no datasets [12455]
FileStream stream = File.Open(excelFilePath, FileMode.Open, FileAccess.Read);excelReader = Excel.ExcelReaderFactory.CreateOpenXmlReader(stream); DataSet result = excelReader.AsDataSet();result is null...
View ArticleCreated Unassigned: DateTime parsing error - the OADate is wrong [12456]
The date that is parsed by excel data reader is a few years off. When parsing '9/8/2013' exceldatareader is giving me 40056 When it should actually be 41525 Using the attached xls file, dates are...
View ArticleCommented Unassigned: DateTime parsing error - the OADate is wrong [12456]
The date that is parsed by excel data reader is a few years off. When parsing '9/8/2013' exceldatareader is giving me 40056 When it should actually be 41525 Using the attached xls file, dates are...
View ArticleCommented Unassigned: DateTime parsing error - the OADate is wrong [12456]
The date that is parsed by excel data reader is a few years off. When parsing '9/8/2013' exceldatareader is giving me 40056 When it should actually be 41525 Using the attached xls file, dates are...
View ArticleCommented Unassigned: DateTime parsing error - the OADate is wrong [12456]
The date that is parsed by excel data reader is a few years off. When parsing '9/8/2013' exceldatareader is giving me 40056 When it should actually be 41525 Using the attached xls file, dates are...
View ArticleNew Post: Can't support other language
as subject,if content in excel use international language, such as Chinese, your excel data reader can't read
View ArticleCreated Unassigned: Usage problem under mono [12459]
The code is simple.App.cs```using System;class App{ static void Main(){#if DebugConfig Console.WriteLine("WE ARE IN THE DEBUG CONFIGURATION");#endif Console.WriteLine("Hello, world!"); IExcelDataReader...
View ArticleCommented Unassigned: Example of excel file returning no datasets -...
FileStream stream = File.Open(excelFilePath, FileMode.Open, FileAccess.Read);excelReader = Excel.ExcelReaderFactory.CreateOpenXmlReader(stream); DataSet result = excelReader.AsDataSet();result is null...
View ArticleCreated Unassigned: Could not load file or assembly 'Excel, Version=2.0.1.0,...
I have recently downloaded the latest dll's of Excel Data Reader and published in the server. When I try to read the data I am getting the below exception. Please get me out of this error asap____Could...
View ArticleCreated Unassigned: ERROR - Extra data contains Zip64 information but version...
While reading attached excel file, we get an exception ERROR - Extra data contains Zip64 information but version 2.0 is not high enough
View ArticleNew Post: Error assembly file name System.Data, version 2.0.0.0
Hello all, I'm currently trying to develop a source code to read an excel file in Windows Mobile 6.5 using VB.NET 2005 (Framework 2.0 Net.). I have add reference files like system.data, excel.dll from...
View Article