Excel Exporter

0
Hi I am working on an excel export  I am getting the error like this can anyone please help to solve this while using excel export java action I
asked
1 answers
0

It looks like you probably have two versions of the apache commons-io.X.X.jar file in your userlib. Take a look in there, and remove the ones with the oldest version numbers, keeping the one with the highest version number. You should now be able to compile your project successfully.

This error usually occurs when upgrading a module or adding a new module that includes a newer version of the .jar file.

Hope this helps.

answered