Error while exporting excel document.

0
Hi Team, In my application, want to export data in excel. I followed all required steps do use this feature. But I am facing some error as shown in below screenshot: How I can resolve this error? Thanks and Regards, Samarth Jadhav
asked
2 answers
1

It sounds like something isn't quite right in your library folder. Go to your project folder → userlib and check if there are old versions of libraries that are no longer used. This error specifically seems to be related to the apache poi library. 

answered
1

I had a very similar issue on a recent project, as Eline suggests, try removing all of the poi files from the userlib folder, this seemed to work for me. After I removed the files, in studio pro > App I then cleaned the deployment directory, synchronised the app directory and deployed for eclipse. Hope this helps

answered