tags:

views:

179

answers:

1
+2  Q: 

Doubt in jxl API?

While practicing the jxl API, i cant extract details from certain Excel sheet its throwing the following exception

Unable to recognize OLE stream at jxl.read.biff.CompoundFile.(CompoundFile.java:116) at jxl.read.biff.File.(File.java:127) at jxl.Workbook.getWorkbook(Workbook.java:221) at jxl.Workbook.getWorkbook(Workbook.java:198) at Com.Parsing.ExcelFile.excel(Extract.java:13) at Com.Parsing.Extract.main(Extract.java:35)

+1  A: 

It sounds like there's something wrong with the Excel file.

You might have better luck posting the question on The JExcelApi Yahoo Group - the guy who created JExcelApi hangs out there and often answers questions.

Cosmic Flame