Hi,
My xslx file low has 7,00,000 records. While i am reading a file i get below exception
jxl.read.biff.BiffException: Unable to recognize OLE stream
at jxl.read.biff.CompoundFile.<init>(CompoundFile.jav a:116)
at jxl.read.biff.File.<init>(File.java:127)
at jxl.Workbook.getWorkbook(Workbook.java:221)
at jxl.Workbook.getWorkbook(Workbook.java:198)
at west.lpa.applications.lightweightupdater.XlsReader .read(XlsReader.java:67)
at west.lpa.applications.lightweightupdater.XlsReader .main(XlsReader.java:107)
What is the fix for this issue??