The Latest Excel Exporter Module is having poi 5.2.2 version libraries, Replacing all poi libraries with the poi 4.1.2 version will solve the issue.
There is still some duplicate jar in your images. Removed them one by one and it should work.
Had the same issue, Excel exporter V7.4.1.
In my userlib folder there were the following conflicting files:
A bit difficult to spot, but disable one of each and thats working (no need to go back to version 4.1.2 of the poi files)
This has nothing to do with Jars. Clean the deployment Directory and check the security.
We recently upgrade one of our apps from Mendix 8.18 to 9.23 and had similar issue. What worked for us was to delete all .jar files from Project-main\userlib and from Project-main\deployment\model\lib\userlib, then upgrade all marketplace modules again.We recently upgrade one of our apps from Mendix 8.18 to 9.23 and had similar issue. What worked for us was to delete all .jar files from Project-main\userlib and from Project-main\deployment\model\lib\userlib, then upgrade all marketplace modules again.