cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting table data to Excel sheet:

Former Member
0 Kudos

Hi All

My requirement is need to export table data to Excel sheet: for this

I was done all, but I'm getting 500 Exception please contact u r system admin msg at run time, also Jxl/Workbook class not found msg but I downloaded Jxl.jar file and its showing in navigator>Lib>jxl.jar. There is no error signals in coding part.

Thanks

Polaka

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Close

Former Member
0 Kudos

Hi Polaka,

The Jar file which you are using (JXL) will not be present in the server. So you need to copy the JAR file into the lib folder of the project and then you need to deploy.

Hope this solves your problem.

Thanks & Regards,

Raju Bonagiri

Former Member
0 Kudos

Hi,

Copy your jxl.jar and open it with winzip. See if there is Workbook.class file inside it in the folder jxl.

Try to download jxl.jar from this link

http://www.java2s.com/Code/Jar/JKL/Downloadjxljar.htm

and add.

Best Wishes

Idhaya R