https://issues.apache.org/bugzilla/show_bug.cgi?id=52325

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Yegor Kozlov <[email protected]> 2011-12-16 10:57:48 UTC ---

Here is the list of common packages used by HSSF and HWPF:

// common classes 
org.apache.poi.util
org.apache.poi

// OLE2 file system and properties
org.apache.poi.poifs
org.apache.poi.hpsf

// office drawing
org.apache.poi.ddf


HWPF requires everything in org.apache.poi.hwpf
 A combination of org.apache.poi.hwpf.* and the above packages should be enough
to run the doc2html convertor. 

HSSF requires the common stuff plus two package roots: org.apache.poi.hssf and
org.apache.poi.ss

That's it. 

P.S. I'm closing this ticket, it is more a question for poi-user than a bug in
Bugzilla. 

Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to