Hi, I'm trying to follow the reading/writing hssf workbook example
here: http://poi.apache.org/spreadsheet/quick-guide.html#ReadWriteWorkbook
but am running into trouble doing so. My main issue is that although
I've downloaded what appear to be the latest stable binaries for this
project (3.2) and included them in my Eclipse project, Eclipse finds
"import org.apache.poi.*;" and
"import org.apache.poi.hssf.model.*;" just fine but it can't find
org.apache.poi.ss.usermodel (aka org.apache.poi.ss.*;) which appears
to be needed to use WorkbookFactory per the javadocs
(http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/WorkbookFactory.html),
all it finds is org.apache.poi.ss.formula.*... What do I need to do to
get this working? Thanks!

--
Best Regards,

John Musbach


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

Reply via email to