Cant export file with jxlser

0
I use JXLSer and got a problem when export. com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: org.jxls.common.JxlsException: Method createTransformer of org.jxls.transform.poi.PoiTransformer class thrown an exception: null at DebentureBond.ACT_Debenture_ExportToExcel (JavaAction : 'Process jxls template by resource path')
asked
1 answers
0

The problem seems to be caused by a jar file conflict, it is recommended to use UserlibConflictChecker to resolve the conflicts.

answered