对jxl API有疑问?
在练习 jxl API 时,我无法从某些 Excel 工作表中提取详细信息,它会抛出以下异常
无法识别 OLE 流 在 jxl.read.biff.CompoundFile.(CompoundFile.java:116) 在 jxl.read.biff.File.(File.java:127) 在 jxl.Workbook.getWorkbook(Workbook.java:221) 在 jxl.Workbook.getWorkbook(Workbook.java:198) 在 Com.Parsing.ExcelFile.excel(Extract.java:13) 在 Com.Parsing.Extract.main(Extract.java:35)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来 Excel 文件有问题。
您可能会更好地在 The JExcelApi Yahoo Group 上发布问题 - 创建 JExcelApi 的人挂了并经常回答问题。
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 文件是否未被过滤。
If you are using maven and filters, check that your .xls file is not filtered.