cancel
Showing results for 
Search instead for 
Did you mean: 

Error in import jxl.Sheet in Web dynpro

Former Member
0 Kudos

Hello everyone,

I am facing a issue , teher was a DC which was craeted by my earlier peers and I need to modify the DC but when I load the DC in my NWDS i get errors i.e. error in imports of the following

import jxl.Sheet;

import jxl.Workbook;

import jxl.read.biff.BiffException;

I am new to web dynpro, I suppose i need to add the import Jxl, but unable to find.

Please help me out ..

Thanks,

Raj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

a

Former Member
0 Kudos

Hi,

Download jxl jar from this link and add to external lib DC. Then use the lib DC in your application DC.

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

Regards,

Harini S

Former Member
0 Kudos

Hi ,

Please follow below mentioned steps to import package jxl.

1) Right click on project->Java build path->libraries->add variable->select required package->click extend.

Hope it will help.

Kind regards

Sarsij

Former Member
0 Kudos

Hi sarsij,

I tried checking for Jxl but couldn't find there ...

Regards,

Raj

yogesh_galphade
Contributor
0 Kudos

Hi

You need to add jxl in your application, I have a jar files