Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Primefaces XLS数据导出器在Primefaces升级到8后不工作_Primefaces - Fatal编程技术网

Primefaces XLS数据导出器在Primefaces升级到8后不工作

Primefaces XLS数据导出器在Primefaces升级到8后不工作,primefaces,Primefaces,在应用程序中将primefaces从5.3.6升级到8版本。升级后,primefaces xls数据导出器在我尝试使用时给出以下错误。Pdf导出器工作正常。是否需要将poi版本升级到4.1.1版本以使数据导出器工作正常 例外:org.apache.poi.ss.usermodel.CellStyle.setAlignmentLorg/apache/poi/ss/usermodel/HorizontalAlignment;五 当前poi版本为3.7是请参阅迁移指南: 使用Excel导出的Apach

在应用程序中将primefaces从5.3.6升级到8版本。升级后,primefaces xls数据导出器在我尝试使用时给出以下错误。Pdf导出器工作正常。是否需要将poi版本升级到4.1.1版本以使数据导出器工作正常

例外:org.apache.poi.ss.usermodel.CellStyle.setAlignmentLorg/apache/poi/ss/usermodel/HorizontalAlignment;五

当前poi版本为3.7

是请参阅迁移指南:

使用Excel导出的Apache POI最低版本4.1.1

之所以这样做,是因为有多个针对POI的安全CVE报告<4.1。

是请参阅迁移指南:

使用Excel导出的Apache POI最低版本4.1.1

之所以这样做,是因为有多个针对POI<4.1的安全CVE报告