cancel
Showing results for 
Search instead for 
Did you mean: 

jxl.read.biff.BiffException

Former Member
0 Kudos

Hi All,

I am trying to access a KM Excel Sheet using jxl jar in my project. I am using a webdynpro DC and adding the jxl jar to the public part of the external library and adding it to the used DC's. I didnt deploy the application instead build the DC and deployed the DC. While previewing the iview, i am getting an error like

"java.lang.NoClassDefFoundError: jxl.read.biff.BiffException ".

how shall i resolve this error. I tried manually adding the jxl jar to the lib folder of the project. but still i am getting the same error.

how else can i resolve this error and access the Excel Sheet in km.

Can any one please help me out in resolving this issue.

Thanks and Regards,

Divya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

former_member192434
Active Contributor
0 Kudos

This exception come bez of the required jar file is not reaching to server...Make sure that the excel api jar file is in the classpath....

put the jar file in lib folder of your application. or ..Deploye your jxl.jar for to server.