can not export file with jxlser

1
Hi, I am current try to export file using jxlser module and face with this error. I am using mendix 8.16.0.  Please help me set up this module. com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalStateException: Cannot load XLS transformer. Please make sure a Transformer implementation is in classpath     at IngredientsMasterMaintenance.ACT_RMIF_export_with_format (JavaAction : 'Process jxls template by resource path') I will list other modules we are using that might affect jxlser : CommunityCommons 8.1.0 ExcelExporterTemplateManager 1.1.2 ExcelImporter 9.0.2 JasperReport 1.0.0 XLSReport 6.0.4  
asked
2 answers
4

Hi Xuan-san

I checked version 1.1.0 of jXLS alone on Mendix 8.16.0 and it worked properly. So it seems that the jars contained in other modules are causing a conflict.

answered
0

Hi Yuta-san
I upgraded XLSReport to 6.1.3 and remove these jars : 

poi-4.0.0.jar
poi-ooxml-4.0.0.jar
poi-ooxml-schemas-4.0.0.jar

XLSReport worked properly. 
Now I install jxlser and test but new error appeared.
Please help me with this error!
mendix log

An error occurred while executing an action of xxx.yyy.actionButton12: Did not expect an argument to be undefined Error: An error occurred while executing an action of xxx.yyy.actionButton12: Did not expect an argument to be undefined
    at http://localhost:8082/mxclientsystem/mxui/mxui.js?637708739150032035:79:304619
    at _e (http://localhost:8082/mxclientsystem/mxui/mxui.js?637708739150032035:34:6720)
    at r (http://localhost:8082/mxclientsystem/mxui/mxui.js?637708739150032035:34:6616)
    at y (http://localhost:8082/mxclientsystem/mxui/mxui.js?637708739150032035:39:148707)

eclipse log

It seems to be failing at download step. 

※update
It was a permission to download problem. I resolved it. Sorry for the fuss.

answered