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:
parent
1e9a8a1b07
commit
5ae8d17af2
@ -2,46 +2,48 @@
|
|||||||
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<header>
|
<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>
|
<subtitle>Overview</subtitle>
|
||||||
<authors>
|
<authors>
|
||||||
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
||||||
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
||||||
</authors>
|
</authors>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<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 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
|
<p>HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets
|
||||||
It provides:
|
It provides:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>low level structures for those with special needs</li>
|
<li>low level structures for those with special needs</li>
|
||||||
<li>an eventmodel api for efficient read-only access</li>
|
<li>an eventmodel api for efficient read-only access</li>
|
||||||
<li>a full usermodel api for creating, reading and modifying XLS files</li>
|
<li>a full usermodel api for creating, reading and modifying XLS files</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Truth be told there is probably a better way to generate your spreadsheet
|
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
|
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
|
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
|
Project</link>. With Cocoon you can serialize any XML datasource (of
|
||||||
which might be a ESQL page outputting in SQL for instance) by simply
|
which might be a ESQL page outputting in SQL for instance) by simply
|
||||||
applying the stylesheet and designating the serializer.
|
applying the stylesheet and designating the serializer.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you're merely reading spreadsheet data, then use the eventmodel api
|
If you're merely reading spreadsheet data, then use the eventmodel api
|
||||||
in the org.apache.poi.hssf.eventmodel package.
|
in the org.apache.poi.hssf.eventmodel package.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you're modifying spreadsheet data then use the usermodel api. You
|
If you're modifying spreadsheet data then use the usermodel api. You
|
||||||
can also generate spreadsheets this way, but using Cocoon (which will do
|
can also generate spreadsheets this way, but using Cocoon (which will do
|
||||||
it this way indirectly) is the best way...we promise.
|
it this way indirectly) is the best way...we promise.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
Loading…
Reference in New Issue
Block a user