On Tue, 17 Nov 2009, John Byrne wrote:
problems:
       The import org.apache cannot be resolved

This probably won't work - you'll want to import at least org.apache.poi, if not org.apache.poi.hssf. There's nothing in our jars from the org.apache level

refers to the missing type HSSFCell

It's org.apache.poi.hssf.usermodel.HSSFCell, which your verbose shows was loaded. Looks like you're refering to the wrong thing - check your imports

Also, poi 2.5.1 is over 4 years old, you'll probably want a newer version

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to