Sylvan.Data.Excel icon indicating copy to clipboard operation
Sylvan.Data.Excel copied to clipboard

Can't read xls file

Open olekpa opened this issue 8 months ago • 3 comments

Cannot read this file [link removed] which is totally fine and created by LibreOffice 7.2.5.2.

IndexOutOfRangeExeption at Sylvan.Data.Excel.Ole2Package.NextSector(UInt32 sector) at Sylvan.Data.Excel.Ole2Package.<GetStreamSectors>d__36.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Sylvan.Data.Excel.Ole2Package.Ole2Entry.Open() at Sylvan.Data.Excel.Xls.XlsWorkbookReader..ctor(Stream stream, ExcelDataReaderOptions options) at Sylvan.Data.Excel.ExcelDataReader.Create(Stream stream, ExcelWorkbookType fileType, ExcelDataReaderOptions options) at Sylvan.Data.Excel.ExcelDataReader.Create(String filename, ExcelDataReaderOptions options)

olekpa avatar Oct 29 '23 09:10 olekpa