posted 18 years ago
Hello Everyone
I wud appreciate your help for the following concern:-
I want to pick values from a formated excel sheet ...ie only few cell values from [sheet1] ...similar is the case of picking values from different sheets..
Certainly I can't do like
---- ResultSet rs = st.executeQuery( "Select * from [Sheet1$]" );
---rs.getString(1);
As I can not give the col name since it is a formatted sheet . and obvsly no chance of gettin the desired output
Now can anyone of guide me how to proceed?? i.e to pick values from certain specific cells
Thanks in advance