vikash singhal

Greenhorn
+ Follow
since Mar 22, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by vikash singhal

Thank You so much for the reply.
I will take care of putting my queries in a better way in the future.
yes when after appending the jar file in the classpath i cidunt solve the problem i unpacked it to see if my required class exists there in a attempt to go through that way .
i am sorry for that approach though .
Even after adding the jar in eclipse as well as claspath i get the same msg
" import statements not recognised ... "

this isnt the exact msg but it means this .
I have tried that using the classpath thing
it doesn't work
can you please help on where the mistake may be ?


Well i tried using eclipse and otherwise also
in eclipse going by the build apth and then adding the external jars isnt solving the problem
is there any other place in the java root directory where i can place the poi package structure for my compiler to find ??
I have been trying to write a program to read excel files using java . I am using POI for the same . Earlier i didnt have the jar for this . but now i have downloaded it .
I am confused as to where to place it so that my program can succesfully compile .
I get an error that says the imported package does not exists ..

import org.apache.poi.poifs.filesystem.POIFSFileSystem;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFSheet;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.hssf.usermodel.HSSFRow;


These import statements show an error ... plzz reply asap !!