Nick,

I know this is a belated thank you, but I just wanted to say Thank
you...

Thank you for the suggestion.  It turned out that there was some rogue
code in the .class file that I didn't see in my source file.  I
recompiled and it overwrote the .class file and fixed the problem.

Thanks again,

John

John Byrne
Support Network for Battered Women
(408) 541-6100 x 138
Fax: (408) 541-3333 
-----Original Message-----
From: Nick Burch [mailto:[email protected]] 
Sent: Wednesday, November 18, 2009 3:28 AM
To: POI Users List
Subject: Re: FW: HSSFCell and HSSFWorkbook symbols not found

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]




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

Reply via email to