
I am a Sun Certified Java Programmer in SE 6.0 and Web Component Developer in JavaEE 5.0 with over 6 years of software development experience. I currently work as an IT Consultant for CapTech Ventures in Richmond Virginia.
Jul 14 2009
Once you have a Sheet you can get each Row, which will be an Array of Cells and then get the contents of each Cell as a String. The API also gives you the ability to get a cell's value of a particular type (i.e. Number, Date, etc.). See the API documentation for examples.