Last time I checked WorkbookFactory was in
poi-ooxml-3.5-beta5-20090219.jar.  Try adding it to your classpath and see
if that fixes the problem.

Hope this helps,

Mark

On Tue, Jun 16, 2009 at 1:36 PM, John Musbach <[email protected]>wrote:

> 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]
>
>


-- 
Mark Fortner

blog: http://feeds.feedburner.com/jroller/ideafactory

Reply via email to