www.apache.org >jakarta.apache.org >jakarta.apache.org/poi


About
Index
History
Future
Download
1.0 Vision
2.0 Vision
Who we are
Changes

Sub-Projects
Overview
POIFS
HSSF
HDF
HPSF
POI-Utils

References
In The News
Live Sites
XLS spec [PDF]
Apache Cocoon
Resolutions

Get Involved
Contributing
Bug Database
CVS
Mail Lists

Logo Contest

The POI committers have voted to "innovate" and hold a logo contest. The big P at the top of the page is just a placeholder. So the rules are pretty much this:

  • Only PNG submissions be accepted (we can convert them as needed).
  • Submissions must be sent to the POI User's mailing list via an http link. If you do not have an available webserver contact Andy (acoliver at apache dot org) and ask him to post it for you (and he will if it doesn't suck royally). Large binary attachments annoyingly posted to the list will be rebuked. :-)
  • Image authors must be willing to work with us on any font and sizing issues, etc.
  • All submissions become property of the Apache Software Foundation to do whatever it wants with them (thanks!).
  • A non-binding poll will be taken and everyone can vote.
  • Based on the poll results and the fact that Andy won't vote for anything that isn't some kind of tiki god or hawaiian theme (maybe a poi pounder would be acceptable), the committers will vote on the new POI logo.
  • Logos should be submitted in two flavors: one for the top of the page and another for posting on other sites that note projects that use POI technology.
  • The winner will get credit posted somewhere on the POI site and have their logo used wherever POI is proudly served.

You can see the current submissions here.


Purpose

The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java.

OLE 2 Compound Document Format based files include most Microsoft Office files such as XLS and DOC.

As a general policy we try to collaborate as much as possible with other projects to provide this functionality. Examples include: Cocoon for which you'll soon find generators and serializers for our projects; Open Office.org with whom we collaborate in documenting the XLS format; and Lucene for which we'll soon have file format interpretors. When practical, we donate components directly to those projects for POI-enabling them.

Why/when would I use POI?

We'll tackle this on a component level. POI refers to the whole project.

So why should you use POIFS or HSSF?

You'd use POIFS if you had a document written in OLE 2 Compound Document Format, probably written using MFC, that you needed to read in Java. Alternatively, you'd use POI to write OLE 2 Compound Document Format if you needed to inter-operate with software running on the Windows platform. We are not just bragging when we say that POIFS is the most complete and correct port of this file format to date!

You'd use HSSF if you needed to read or write an XLS (Excel) file using Java. You can also read and modify spreadsheets using this API, although right now writing is more mature.


What does POI stand for?

POI stands for Poor Obfuscation Implementation. Why would we name our project such a derogatory name? Well, Microsoft's OLE 2 Compound Document Format is a poorly conceived thing. It is essentially an archive structured much like the old DOS FAT filesystem. Redmond chose, instead of using tar, gzip, zip or arc, to invent their own archive format that does not provide any standard encryption or compression, is not very appendable and is prone to fragmentation.

Poi is also a Hawaiian delicacy that Merriam Webster's dictionary defines as: "A Hawaiian food of taro root cooked, pounded, and kneaded to a paste and often allowed to ferment." This seemed strangely descriptive of the file format.

So if you like acronyms, then POI is an acronym. If you hate them, then we just used the name of the food for our project. If you wish to signify your love or hate for acronyms, use POI or Poi to refer to the project respectively.



Components To Date

Overview

A common misconception is that POI writes Excel files. POI is the name of the project. POI contains several components, one of which, HSSF, writes Excel files. The following are components of the entire POI project and a brief summary of their purpose.


POIFS (POI Filesystem)

POIFS is the oldest and most stable part of the project. It is our port of the OLE 2 Compound Document Format to pure Java. It supports both read and write functionality. All of our components ultimately rely on it by definition. Please see the POIFS project page for more information.


HSSF (Horrible Spreadsheet Format)

HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write capability. Please see the HSSF project page for more information.


HDF (Horrible Document Format)

HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. Please see the HDF project page for more information. This component is in the early stages of design. Jump in!


HPSF (Horrible Property Set Format)

HPSF is our port of the OLE 2 property set format to pure Java. Property sets are mostly use to store a document's properties (title, author, date of last modification etc.), but they can be used for application-specific purposes as well. Currently HPSF supports read functionality only. Please see the HPSF project page for more information.



What happened to the HSSF Serializer?

The HSSF Serializer, which was part of our 1.0 release and last builds on Sourceforge, has been donated to the Cocoon project. We're currently in the process of porting it over.


Contributing

So you'd like to contribute to the project? Great! We need enthusiastic, hard-working, talented folks to help us on the project in several areas. The first is bug reports and feature requests! The second is documentation - we'll be at your every beck and call if you've got a critique or you'd like to contribute or otherwise improve the documentation. We could especially use some help documenting the HSSF file format! Last, but not least, we could use some binary crunching Java coders to chew through the convolution that characterizes Microsoft's file formats and help us port new ones to a superior Java platform!

So if you're motivated, ready, and have the time, join the mail lists and we'll be happy to help you get started on the project!




Copyright © 2002 Apache Software Foundation

Krysalis LogoCocoon Logo