From 5101976dfab382f11cc8355a4277bb7e99dde149 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 18 May 2007 12:06:09 +0000 Subject: [PATCH] Updates for 3.0 being released git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539409 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- src/documentation/content/xdocs/changes.xml | 6 +++--- src/documentation/content/xdocs/index.xml | 22 ++++++++++++++++----- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index dedc4a71b3..d5230327d4 100644 --- a/build.xml +++ b/build.xml @@ -128,7 +128,7 @@ under the License. - + diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 504f72b238..27d9a65c0f 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -20,8 +20,7 @@ - - History of Changes + History of Changes @@ -34,7 +33,8 @@ - + + 39977 - [PATCH] Fix POM for Maven users 38976 - [PATCH] Add createPicture to HSSFShapeGroup Detect Office 2007 XML documents, and throw a meaningful exception diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index c7d764dbc6..9b3aded175 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -31,10 +31,15 @@ - - +
POI 3.0 Release +

After quite a wait, version 3.0 of Apache Jakarta POI has now been + released. You can + view the changelog, and + download + the source and binaries from your + local mirror.

+
-
Purpose

The POI project consists of APIs for manipulating various file formats @@ -88,18 +93,25 @@ definition. Please see the POIFS project page for more information.

HSSF for Excel Documents -

HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write +

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

HWPF for Word Documents

HWPF is our port of the Microsoft Word 97 file format to pure - Java. It supports read and write capability. Please see the HWPF project page for more information. This component is in the early stages of development. It can already read and write simple files.

Presently we are looking for a contributor to foster the HWPF development. Jump in!

+
HSLF for PowerPoint Documents +

HWSL is our port of the Microsoft PowerPoint 97(-2003) file format to pure + Java. It supports read and write capabilities of some, but not yet all + of the core records. Please see the HSLF project page for more + information.

+
HPSF for Document Properties

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