Change to heading

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2003-10-19 09:54:06 +00:00
parent 1e9a8a1b07
commit 5ae8d17af2

View File

@ -3,7 +3,7 @@
<document>
<header>
<title>Jakarta POI - HSSF - Java APIs with XML manipulate MS-Excel</title>
<title>POI-HSSF - Java API To Access Microsoft Excel Format Files</title>
<subtitle>Overview</subtitle>
<authors>
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
@ -12,7 +12,8 @@
</header>
<body>
<section><title>Overview</title>
<section>
<title>Overview</title>
<p>HSSF is the POI Project's pure Java implementation of the Excel '97(-2002) file format.</p>
<p>HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets
@ -27,7 +28,8 @@
Truth be told there is probably a better way to generate your spreadsheet
generation (yet you'll still be using HSSF indirectly). At the time of
this writing we're in the process of moving the HSSF Serializer over to
the <link href="http://xml.apache.org/cocoon">Apache Cocoon
the
<link href="http://xml.apache.org/cocoon">Apache Cocoon
Project</link>. With Cocoon you can serialize any XML datasource (of
which might be a ESQL page outputting in SQL for instance) by simply
applying the stylesheet and designating the serializer.