[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: POI
|
- From: tsd35328@xxxxxxxxxx (dendeezen )
- Date: Tue, 17 Feb 2009 09:54:32 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Wow!!! great side, thanks.
But, ... i still have some problems.
I created a folder called poi under the existing project, and imported
the jar file (poi-2.0-final-20040126) ( I made the choice General >>
Archive file, is this OK?)
So in the poi folder I get the folders META-INF and org, and in org
apache>>poi>>hssf
This seems ok . Is it?
I selected the project, right mouse click >>Jav Build Path >> Properties
Libraries >> Add Class Folder ...
In the pop-up I selected the HSSF folder.
under 'Order and Export' I moved this folder up.
A new folder under the project 'Referenced libraries' contains
poi/org/apache/poi/hssf
How do I import?
I tried things as:
import poi.org.apache.poi.hssf.*;
but nothing works.
Can you give me a hint?
Thanks,