[Solved] Java read excel file unable to recognize ole stream error

Error:

jxl.read.biff.BiffException: Unable to recognize OLE stream
at jxl.read.biff.CompoundFile.<init>(CompoundFile.java:116)
at jxl.read.biff.File.<init>(File.java:127)
at jxl.Workbook.getWorkbook(Workbook.java:268)
at jxl.Workbook.getWorkbook(Workbook.java:253)
at test1.main(test1.java:25)

Solution: No expenditure to read excel 2007 files (*.xlsx). Only excel 2003 (*.xls) is supported.

Similar Posts: