We have upgraded to Mendix 10 and the GenerateExcelDoc java action is failing when we run the project.

0
Hi There   We have upgraded to Mendix 10 and the GenerateExcelDoc java action is failing when we run the project.   It is part of the  XLS report marketplace module...I cant seam to find the module anymore in the market place. What can i use to replace the GenerateExcelDoc java action or how can i upgrade it or fix it...This is the error:   actions\GenerateExcelDoc.java:151: error: cannot assign a value to final variable OutputDocument                OutputDocument = new FileDocument(getContext());   Thanks, Patrick    
asked
1 answers
1

Hello Patrick,

 

Have you tried to use the Excel Export module, I think they change the name but it is the same module, and if not I think it is trying to reach the same goals.

 

image.png

Hope this helps,

 

Good luck! 

 

PS maybe also update the dependencies and check your libraries 

answered