2003-04-23 20:53:41 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2004-04-09 09:05:39 -04:00
|
|
|
<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
|
2003-04-23 20:53:41 -04:00
|
|
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "./dtd/document-v11.dtd">
|
|
|
|
|
|
|
|
<document>
|
|
|
|
<header>
|
|
|
|
<title>Overview</title>
|
|
|
|
<authors>
|
2003-07-19 21:42:17 -04:00
|
|
|
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
2003-04-23 20:53:41 -04:00
|
|
|
</authors>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section><title>What is it?</title>
|
|
|
|
<p>The POI project is the master project for developing pure
|
|
|
|
Java ports of file formats based on Microsoft's OLE 2 Compound
|
|
|
|
Document Format. OLE 2 Compound Document Format is used by
|
|
|
|
Microsoft Office Documents, as well as by programs using MFC
|
|
|
|
property sets to serialize their document objects.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section><title>Sub-Projects</title>
|
|
|
|
<p>
|
|
|
|
There following are ports, packages or components contained in the POI project.
|
|
|
|
</p>
|
|
|
|
<section><title>POIFS</title>
|
|
|
|
<p>
|
|
|
|
<link href="poifs/index.html">POIFS</link> is the set of APIs
|
|
|
|
for reading and writing OLE 2 Compound Document Formats using (only) Java.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section><title>HSSF</title>
|
|
|
|
<p>
|
|
|
|
<link href="hssf/index.html">HSSF</link> is the set of APIs
|
|
|
|
for reading and writing Microsoft Excel 97(-XP) spreadsheet using (only) Java.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
2003-08-05 00:00:14 -04:00
|
|
|
<section><title>HWPF</title>
|
2003-04-23 20:53:41 -04:00
|
|
|
<p>
|
2003-08-05 00:00:14 -04:00
|
|
|
<link href="hwpf/index.html">HWPF</link> is the set of APIs
|
2003-04-23 20:53:41 -04:00
|
|
|
for reading and writing Microsoft Word 97(-XP) spreadsheet using (only) Java.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section><title>HPSF</title>
|
|
|
|
<p>
|
|
|
|
<link href="hpsf/index.html">HPSF</link> is the set of APIs
|
|
|
|
for reading property sets using (only) Java.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section><title>POI-Utils</title>
|
|
|
|
<p>
|
|
|
|
<link href="utils/index.html">POI-Utils</link> are general purpose artifacts
|
|
|
|
from POI development that have not yet been implemented elsewhere. We're
|
|
|
|
always looking to donate these and maintain them as part of a general library
|
|
|
|
used in another project. These are things we need to complete our mission but
|
|
|
|
are generally outside of it.
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
<footer>
|
|
|
|
<legal>
|
2003-08-03 23:42:47 -04:00
|
|
|
Copyright (c) @year@ The POI Project All rights reserved.
|
2003-04-23 20:53:41 -04:00
|
|
|
$Revision$ $Date$
|
|
|
|
</legal>
|
|
|
|
</footer>
|
|
|
|
</document>
|