Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to read some number of text from an excel sheet using java coding in eclipse which should be related with selenium rc
Posted
Comments
DaveAuld 2-Apr-11 2:56am    
This is almost identical to this question http://www.codeproject.com/script/Answers/Entry.aspx?aid=175278, you 2 in cahoots?
Nagy Vilmos 5-Apr-11 3:34am    
Maybe in the same class...

1 solution

0. Find the packages to allow access to the excel API. You may find it easier to look at the OpenOffice API's as they support Excel format and are Java.
1. Try to open a file.
2. Try to navigate to a sheet in the file.
3. Try to navigate to a cell on the sheet.
4. Try to read the content of the cell.

There's the 'how to' at the same level as your question. When you've done something, come back and ask about the point where you get stuck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900