简体   繁体   中英

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)

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.

如果您正在使用Maven和过滤器,请检查.xls文件是否未过滤。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM