Created Unassigned: Non-negative number required. Parameter name: count [13222]
This exception is produced in XlsBiffSST.cs on last - offset - prefix; The excel file contains Chinese simplified data with some formatting. I don't know how to fix this issue. Your help will be highly...
View ArticleNew Post: Not a legal Ole Aut date
Some additional info, I have identified the rows that are throwing the exception. The cell type is date. The field displays ########### and when I click on the cell I see negative 3650000 in the value...
View ArticleNew Post: Not a legal Ole Aut date
Ok, I managed to get the source downloaded and fixed the problem in the following routine by range checking the DateTime.FromOADate values from the MS documentation, following the line "added to fix...
View ArticleNew Post: Not a legal Ole Aut date
Thanks for this. Fyi - In github, create a github account. Then fork the project. It will then give you a clone url, or if on windows you can use the "clone in desktop link". Make your changes, then...
View ArticleNew Post: Reading wrongly formatted cells
I've created this issue for discussion over on github https://github.com/ExcelDataReader/ExcelDataReader/issues/15
View ArticleClosed Unassigned: Non-negative number required. Parameter name: count [13222]
This exception is produced in XlsBiffSST.cs on last - offset - prefix; The excel file contains Chinese simplified data with some formatting. I don't know how to fix this issue. Your help will be highly...
View ArticleCommented Unassigned: Non-negative number required. Parameter name: count...
This exception is produced in XlsBiffSST.cs on last - offset - prefix; The excel file contains Chinese simplified data with some formatting. I don't know how to fix this issue. Your help will be highly...
View ArticleClosed Unassigned: "Stream does not support seeking." [11988]
I am using a shell that calls a program that decrypts a file to StandardOutput.Process process = new Process();//... setup to run decrypterprocess.Start();IExcelDataReader excelReader =...
View ArticleNew Post: Date time converted into int
You can convert your Int to DateTime with : DateTime.FromOADate(45854) Steven
View ArticleNew Post: Not a legal Ole Aut date
Hmm, you lost me at "and push them back to github". I have committed my changes to my local copy but after that I'm at a loss as to how to check this into the github repository. I'm running git from...
View ArticleNew Post: Not a legal Ole Aut date
Ok, I think I got the github stuff worked through. I think I submitted a pull request but, if not, let me know and I will try again.
View ArticleCommented Unassigned: Date issue with ExcelReaderFactory.CreateBinaryReader()...
We are facing issue with date in .xls file.When we read the file using ExcelReaderFactory.CreateBinaryReader() all the dates availed in excel file converting to a number.Dll version we are using is...
View ArticleNew Post: "Define Name" as DataSet from Excel file
Using xUnit, I can refer to a file, and use a "Select * from [Defined Name]" where Defined Name is the area in the spreadsheet that was highlighted and assigned the Define Names to it. This allows the...
View ArticleNew Post: Can we specify cell range
Hi, is there a way we can specify the worksheet range before putting it in a dataset? thanks
View ArticlePatch Uploaded: #16795
necdnk has uploaded a patch.Description:Checks if string has Extended record property.In xls file. Cell A3 readed as empty.
View ArticleCreated Unassigned: Build scripts for compact framework is out of date [13246]
The latest code uses the var type, which is only supported on framework 3.0+. The batch files for the compact framework is still linking to version 2.0, which will not build. I have already updated my...
View ArticleReviewed: 2.1.2.0 (9月 16, 2014)
Rated 5 Stars (out of 5) - Hello, may I know if you are interested to find Sponsor for your product? And we want to be your sponsor. Please mail me cxienancy@gmail.com for detailed information. Thank...
View ArticleNew Post: Dependencies
What dependencies does this api have? Does excel have to be installed on the machine which uses this api? What other dll's are needed? (not including the core .net framework) Thanks!
View ArticleNew Post: Excel Reader
I'm having the same problem. Added reference to ICSharpCode.SharpZipLib.dll, but get the "Could not load file or assembly ..." message anyway.
View ArticleNew Post: Dependencies
The current version on nuget as a dependency on ICSharpCode.SharpZipLib.dll. There is a new version currently in beta but not on nuget which you can try that does not have the SharpZipLib...
View Article