Hi,
When I try this example(upload excel in wd java) http://wiki.scn.sap.com/wiki/display/WDJava/Uploading+excel+file+using+WebDynpro+for+Java i m getting the following build errors.
[javac] ERROR: D:\WS1.0.jdi\0\t\EE51CE12D57697FB14956F6EE59B2F38\gen_wdp\packages\java:26: package jxl does not exist
[javac] ERROR: import jxl.Sheet;
[javac] ERROR: D:\WS1.0.jdi\0\t\EE51CE12D57697FB14956F6EE59B2F38\gen_wdp\packages\.java:27: package jxl does not exist
[javac] ERROR: import jxl.Workbook;
[javac] ERROR: D:\WS1.0.jdi\0\t\EE51CE12D57697FB14956F6EE59B2F38\gen_wdp\packages\java:293: cannot find symbol
[javac] ERROR: symbol : class Cell
[javac] ERROR: Cell c1 = sh.getCell(i,j);
Pls help me solve this and I found this is coz of this code.