错误信息: 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就包上面的错误是什么原因?
poi包含对doc和docx两种格式的支持,XWPFDocument是支持docx的,你是在打开docx文档吗?如果不是docx,而是doc文档,请使用HWPFDocument