原项目使用的是 XLSTransformer.transformXLS(srcFilePath, beanParams, destFilePath) 这个方法 根据excel模版来生成excel 的
jar:poi-3.6,poi-ooxml-3.6.jar,poi-ooxml-schemas-3.6.jar,jxls-core-1.0.6.jar,jxls-reader-1.0.6.jar,xmlbean-2.6.0 ...等包。
现在因为安全问题,需要升级到 poi-4.0.1
1)以下是网上提供的jar
这个是我找到poi 4.0.1 所需要的jar包,当我运行程序的时候会报下面这个异常
然后我根据提示在poi里面找到了getCellType()这个方法
poi-4.0.1
poi-3.6