diff --git a/build/jakarta-poi/docs/changes.html b/build/jakarta-poi/docs/changes.html index 675a6fdfff..8b22dc8d79 100644 --- a/build/jakarta-poi/docs/changes.html +++ b/build/jakarta-poi/docs/changes.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -137,7 +140,7 @@
    - + + currently in the process of porting it over.

    + +
    1.1-dev (February 17 2002) 1.1-dev (February 23 2002)
    diff --git a/build/jakarta-poi/docs/contrib.html b/build/jakarta-poi/docs/contrib.html index 1511b1da88..379a80e1ee 100644 --- a/build/jakarta-poi/docs/contrib.html +++ b/build/jakarta-poi/docs/contrib.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/faq.html b/build/jakarta-poi/docs/faq.html index 8ee9b4ecc2..37eb8cf750 100644 --- a/build/jakarta-poi/docs/faq.html +++ b/build/jakarta-poi/docs/faq.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/historyandfuture.html b/build/jakarta-poi/docs/historyandfuture.html index 82fa66f4fd..87142da548 100644 --- a/build/jakarta-poi/docs/historyandfuture.html +++ b/build/jakarta-poi/docs/historyandfuture.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/index.html b/build/jakarta-poi/docs/index.html index c201aaa7d7..2d2fef2b15 100644 --- a/build/jakarta-poi/docs/index.html +++ b/build/jakarta-poi/docs/index.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -152,7 +155,7 @@
    - + + and a brief summary of their purpose.

    + +
    Why/when would I use POIWhy/when would I use POI?
    @@ -242,10 +245,12 @@

    - A common misconception is that POI writes Excel files. POI is the name of the project. POI contains several + +

    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. -

    @@ -254,15 +259,17 @@
    - + + definition. Please see the POIFS project page for more information.

    + +
    POIFSPOIFS (POI Filesystem)

    - POIFS is the oldest and most stable part of the project. It is our port of the OLE 2 Compound Document Format to + +

    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 the POIFS project page for more information. -

    @@ -271,14 +278,16 @@
    - + + +

    HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write + capability. Please see the HSSF project page for more information.

    + +
    HSSFHSSF (Horrible Spreadsheet Format)

    - HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write - capability. Please see the HSSF project page for more information. -
    @@ -287,15 +296,39 @@
    - + + in the early stages of design. Jump in!

    + + + +
    HDFHDF (Horrible Document Format)

    - HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. + +

    HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. Please see the HDF project page for more information. This component is - in the early stages of design. Jump in! -

    +
    +
    + +
    + + + + + +
    HPSF (Horrible Property Set Format)
    +
    + +

    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 the HPSF project page for more + information.

    + +
    @@ -315,10 +348,12 @@

    - The HSSF Serializer, which was part of our 1.0 release and last builds on + +

    The HSSF Serializer, which was part of our 1.0 release and last builds on Sourceforge, has been donated to the Cocoon project. We're - currently in the process of porting it over. -

    diff --git a/build/jakarta-poi/docs/livesites.html b/build/jakarta-poi/docs/livesites.html index e9d2e4c983..8ce939c53e 100644 --- a/build/jakarta-poi/docs/livesites.html +++ b/build/jakarta-poi/docs/livesites.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/mail-archives.html b/build/jakarta-poi/docs/mail-archives.html index 535049a618..d12d6626c2 100644 --- a/build/jakarta-poi/docs/mail-archives.html +++ b/build/jakarta-poi/docs/mail-archives.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/mail-lists.html b/build/jakarta-poi/docs/mail-lists.html index da04ec79b9..079ca3123d 100644 --- a/build/jakarta-poi/docs/mail-lists.html +++ b/build/jakarta-poi/docs/mail-lists.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/overview.html b/build/jakarta-poi/docs/overview.html index 768ac0e1a4..409b10c09b 100644 --- a/build/jakarta-poi/docs/overview.html +++ b/build/jakarta-poi/docs/overview.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -234,6 +237,28 @@
    +
    + + + + + + + +
    HPSF
    +
    + +

    + +HPSF is the set of APIs + for reading property sets using (only) Java. +

    + +
    +
    +
    + +
    diff --git a/build/jakarta-poi/docs/poifs/how-to.html b/build/jakarta-poi/docs/poifs/how-to.html index 181047fc65..e2bb5b6358 100644 --- a/build/jakarta-poi/docs/poifs/how-to.html +++ b/build/jakarta-poi/docs/poifs/how-to.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/poifs/index.html b/build/jakarta-poi/docs/poifs/index.html index 2f6ec3a6bf..26ef3f7d22 100644 --- a/build/jakarta-poi/docs/poifs/index.html +++ b/build/jakarta-poi/docs/poifs/index.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/poifs/usecases.html b/build/jakarta-poi/docs/poifs/usecases.html index cc670434f2..722daafd40 100644 --- a/build/jakarta-poi/docs/poifs/usecases.html +++ b/build/jakarta-poi/docs/poifs/usecases.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/todo.html b/build/jakarta-poi/docs/todo.html index cc5b32f979..f1a3fd6f00 100644 --- a/build/jakarta-poi/docs/todo.html +++ b/build/jakarta-poi/docs/todo.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/who.html b/build/jakarta-poi/docs/who.html index bc2b2a8d4b..bba4d7ee8f 100644 --- a/build/jakarta-poi/docs/who.html +++ b/build/jakarta-poi/docs/who.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -203,6 +206,8 @@
  • Marc Johnson (mjohnson at apache dot org)
  • + +
  • Glen Stampoultzis (glens at apache.org)
  • @@ -223,9 +228,9 @@