From 5ae8d17af2936b519bc1885f5d0c0bb80aacb7b6 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Sun, 19 Oct 2003 09:54:06 +0000 Subject: [PATCH] Change to heading git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353405 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/hssf/index.xml | 58 ++++++++++--------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/src/documentation/content/xdocs/hssf/index.xml b/src/documentation/content/xdocs/hssf/index.xml index 00fc33130..bf102ba31 100644 --- a/src/documentation/content/xdocs/hssf/index.xml +++ b/src/documentation/content/xdocs/hssf/index.xml @@ -2,46 +2,48 @@ -
- Jakarta POI - HSSF - Java APIs with XML manipulate MS-Excel - Overview - - - - -
+
+ POI-HSSF - Java API To Access Microsoft Excel Format Files + Overview + + + + +
- -
Overview + +
+ Overview -

HSSF is the POI Project's pure Java implementation of the Excel '97(-2002) file format.

-

HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets - It provides: -

-
    -
  • low level structures for those with special needs
  • -
  • an eventmodel api for efficient read-only access
  • -
  • a full usermodel api for creating, reading and modifying XLS files
  • -
-

+

HSSF is the POI Project's pure Java implementation of the Excel '97(-2002) file format.

+

HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets + It provides: +

+
    +
  • low level structures for those with special needs
  • +
  • an eventmodel api for efficient read-only access
  • +
  • a full usermodel api for creating, reading and modifying XLS files
  • +
+

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 Apache Cocoon + the + Apache Cocoon Project. 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. -

-

+

+

If you're merely reading spreadsheet data, then use the eventmodel api in the org.apache.poi.hssf.eventmodel package. -

-

+

+

If you're modifying spreadsheet data then use the usermodel api. You can also generate spreadsheets this way, but using Cocoon (which will do it this way indirectly) is the best way...we promise. -

+

-
- +
+