<a href="hdf/index.html"><font size="-1">HDF</font></a>
</li>
<li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
<a href="utils/index.html"><font size="-1">POI-Utils</font></a>
</li>
</ul>
<div align="right">
<table cellspacing="0" cellpadding="2" border="0" width="99%">
<tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>Why/when would I use POI</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>Why/when would I use POI?</b></font></font></td>
</tr>
<tr>
<td>
<tr>
<td>
<br>
- A common misconception is that POI writes Excel files. POI is the name of the project. POI contains several
+
+<p align="justify">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.
- </td>
+ and a brief summary of their purpose.</p>
+
+</td>
</tr>
</table>
</div>
<div align="right">
<table cellspacing="0" cellpadding="2" border="0" width="99%">
<tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>POIFS</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>POIFS (POI Filesystem)</b></font></font></td>
</tr>
<tr>
<td>
<br>
- POIFS is the oldest and most stable part of the project. It is our port of the OLE 2 Compound Document Format to
+
+<p align="justify">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 <a href="poifs/index.html">the POIFS project page</a> for more information.
- </td>
+ definition. Please see <a href="poifs/index.html">the POIFS project page</a> for more information.</p>
+
+</td>
</tr>
</table>
</div>
<div align="right">
<table cellspacing="0" cellpadding="2" border="0" width="99%">
<tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HSSF</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HSSF (Horrible Spreadsheet Format)</b></font></font></td>
</tr>
<tr>
<td>
<br>
- HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write
- capability. Please see <a href="hssf/index.html">the HSSF project page</a> for more information.
- </td>
+
+<p align="justify">HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write
+ capability. Please see <a href="hssf/index.html">the HSSF project page</a> for more information.</p>
+
+</td>
</tr>
</table>
</div>
<div align="right">
<table cellspacing="0" cellpadding="2" border="0" width="99%">
<tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HDF</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HDF (Horrible Document Format)</b></font></font></td>
</tr>
<tr>
<td>
<br>
- HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability.
+
+<p align="justify">HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability.
Please see <a href="hdf/index.html">the HDF project page for more information</a>. This component is
- in the early stages of design. Jump in!
- </td>
+ in the early stages of design. Jump in!</p>
+
+</td>
+</tr>
+</table>
+</div>
+<br>
+
+<div align="right">
+<table cellspacing="0" cellpadding="2" border="0" width="99%">
+<tr>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HPSF (Horrible Property Set Format)</b></font></font></td>
+</tr>
+<tr>
+<td>
+<br>
+
+<p align="justify">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 <a href="hpsf/index.html">the HPSF project page</a> for more
+ information.</p>
+
+</td>
</tr>
</table>
</div>
<tr>
<td>
<br>
- The HSSF Serializer, which was part of our 1.0 release and last builds on
+
+<p align="justify">The HSSF Serializer, which was part of our 1.0 release and last builds on
<a href="http://www.sourceforge.net/projects/poi">Sourceforge</a>, has been donated to the Cocoon project. We're
- currently in the process of porting it over.
- </td>
+ currently in the process of porting it over.</p>
+
+</td>
</tr>
</table>
</div>