java 读取excel 文件 Unable to recognize OLE stream 错误
Posted MuTou的人生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 读取excel 文件 Unable to recognize OLE stream 错误相关的知识,希望对你有一定的参考价值。
使用 Java 代码读取 excel 文件代码时报错如下:
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)
原因:不支出读取 excel 2007 文件(*.xlsx)。只支持 excel 2003 (*.xls)。
以上是关于java 读取excel 文件 Unable to recognize OLE stream 错误的主要内容,如果未能解决你的问题,请参考以下文章
Java-jxl插件Excel文件读写报错jxl.read.biff.BiffException: Unable to recognize OLE stream
Java-jxl插件Excel文件读写报错jxl.read.biff.BiffException: Unable to recognize OLE stream
jxl.read.biff.BiffException: Unable to recognize OLE stream异常
spark读取parquet文件报错:Unable to infer schema when loading Parquet file
Excel Web Access 报错:Unable to Load Workbook
使用OpenCV的VideoCapture 读取.mp4文件时出现以下错误:Unable to stop the stream: Inappropriate ioctl for device