我遇到了一些问题,包括一个简单的Jira插件中的Apache Poi。在尝试进行简单的概念验证以生成Excel文件(实际上是ooxml)时,我遇到了一些依赖项/类强制转换异常问题。java.lang.ClassCastException: com.ctc.wstx.stax.WstxEventFactory cannot be cast to javax.xml.stream.XMLEventFactory<dependency>
<groupId>org.apache.
(fs); HSSFRow row;但它抱怨说:
org.apache.poi.poifs.filesystem.OfficeXmlFileExceptionYou are calling the part of POI that deals with OLE2 Office Documents.You need to call a different part of POI to process this dat