poi 读取word报错是什么原因?

错误信息: Caused by: org.apache.xmlbeans.XmlException: Element themeManager@http://schemas.openxmlformats... is not a valid document@http://schemas.openxmlformats... document or a valid substitution.

报错代码:
XWPFDocument doc = new XWPFDocument(POIXMLDocument.openPackage(srcPath));
刚加载word就包上面的错误是什么原因?

阅读 8k
1 个回答

poi包含对doc和docx两种格式的支持,XWPFDocument是支持docx的,你是在打开docx文档吗?如果不是docx,而是doc文档,请使用HWPFDocument

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏