New Post: In source code Core/ReferenceHelper.cs and SeekErrorMemoryStream.cs...
Hi, the same happened to me. I don't think we did something wrong, the files cannot be found in source browser either. John
View ArticleCreated Unassigned: First row always skipped (CreateBinaryReader, AsDataSet)...
when reading a .xls (binary) file, the first row is missing in the returned datatables, even if IsFirstRowAsColumnNames=false__reason__ :in method 'readWholeWorkSheetNoIndex', line : justAddedColumns =...
View ArticleCreated Unassigned: Missing cell values after empty lines in a binary sheet...
first cell after an empty row in binary .xls file is not detected.__Reason :__Too many calls to m_stream.Read();__Patch :__``` private bool moveToNextRecordNoIndex() { //seek from current row record to...
View ArticleNew Post: Remove formatting from file
I'm using the AsDataSet() method to import large Excel files into DataSets. It performs extremely well until I hit a file that has a lot of formatting. With formatting, I cancelled after ~ 30 minutes....
View ArticleCommented Issue: Exponential problem when load a .xlsx [11773]
I try to load a .xlsx and the decimal number like 2345,12 look like 2,345123637347E+16, i need fix that faster, what can i do?Comments: ** Comment from web user: BerryMayCry ** i download the latest...
View ArticleNew Post: Fork to remove SharpZipLib?
I've grabbed the source of this project and modified it to remove the functionality related to SharpZipLib (SharpZipLib has a GPL license that is a legal problem for my product). Is there any way to...
View ArticleSource code checked in, #87052
Added additional random component to zip temp name as it was only using date, which was quite likely to clash in multithreads
View ArticleNew Post: Fork to remove SharpZipLib?
This is the problem with codeplex. No way of forking I know of for this repository. I'd much rather have the whole thing on github. Maybe I should just move it there as I seem to be the only active...
View ArticleCreated Unassigned: Google drive exported xlsx is missing columns [12667]
I've noticed on some files exported from google drive that columns are missing when read in ExcelDataReader
View ArticleCommented Issue: Exponential problem when load a .xlsx [11773]
I try to load a .xlsx and the decimal number like 2345,12 look like 2,345123637347E+16, i need fix that faster, what can i do?Comments: ** Comment from web user: Ian1971 **...
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen trying to read attached file, the reader is incorrectly reading the first column's values (from row 4 down) as double. Instead it should be either string or datetime. Any fix/workaround for...
View ArticleSource code checked in, #87076
Added test app to make it easier to quickly try out a spreadsheet
View ArticleClosed Unassigned: Google drive exported xlsx is missing columns [12667]
I've noticed on some files exported from google drive that columns are missing when read in ExcelDataReaderComments: Resolved with changeset 87076: Added test app to make it easier to quickly try out a...
View ArticleCommented Unassigned: Date incorrectly read as Double [11860]
Hiwhen trying to read attached file, the reader is incorrectly reading the first column's values (from row 4 down) as double. Instead it should be either string or datetime. Any fix/workaround for...
View ArticleNew Post: Moving to github?
Hi everyone, I would really like to move this project to github. There are a few reasons for this:It's quickerThe UI is much betterPeople can fork the project and contribute that way. It makes it...
View ArticleNew Post: Remove formatting from file
That is interesting. What was the formatting? dates etc? or graphical mostly?
View Article