poi 解析word 03与07不兼容问题
来源:2-9 导出word-1
慕UI7295541
2017-11-17 00:07:18
word 07版导入是没问题的
word 03版导入出现以下问题
The supplied data appears to be in the OLE2 Format. You are calling the part of POI that deals with OOXML (Office Open XML) Documents. You need to call a different part of POI to process this data (eg HSSF instead of XSSF)
开始我是跟着老师敲代码测试,出错了,解决不了。
然后我直接下载老师的代码测试还是一样出现以上的错误
1回答
好帮手慕珊
2017-11-17
确认一下你的文档是用03创建的,还是07创建的文档只是改了一个后缀。另外,把异常信息截全了,需要具体看看哪一行代码出错。祝学习愉快!
相似问题