From 78b3a65faf3ffbe0acffa4e6435a95a7a0ca1791 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Wed, 10 Oct 2007 12:34:19 +0000 Subject: [PATCH] Slightly update the supported formats information, and explicitly say we don't support the OOXML file formats git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@583453 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hslf/index.xml | 5 ++++- src/documentation/content/xdocs/hssf/index.xml | 4 +++- src/documentation/content/xdocs/hwpf/index.xml | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/documentation/content/xdocs/hslf/index.xml b/src/documentation/content/xdocs/hslf/index.xml index 16a3885d82..a6eaf67117 100755 --- a/src/documentation/content/xdocs/hslf/index.xml +++ b/src/documentation/content/xdocs/hslf/index.xml @@ -33,7 +33,10 @@
Overview -

HSLF is the POI Project's pure Java implementation of the Powerpoint file format.

+

HSLF is the POI Project's pure Java implementation of the + Powerpoint '97(-2007) file format. It does not support + the new PowerPoint 2007 .pptx file format, which is not OLE2 + based.

HSLF provides a way to read powerpoint presentations, and extract text from it. It also provides some (currently limited) edit capabilities.

diff --git a/src/documentation/content/xdocs/hssf/index.xml b/src/documentation/content/xdocs/hssf/index.xml index e8363fabda..69accc624f 100644 --- a/src/documentation/content/xdocs/hssf/index.xml +++ b/src/documentation/content/xdocs/hssf/index.xml @@ -33,7 +33,9 @@
Overview -

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

+

HSSF is the POI Project's pure Java implementation of the Excel + '97(-2007) file format. It does not support the new + Excel 2007 .xlsx OOXML file format, which is not OLE2 based.

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

diff --git a/src/documentation/content/xdocs/hwpf/index.xml b/src/documentation/content/xdocs/hwpf/index.xml index 1556869617..f5e8afb2da 100644 --- a/src/documentation/content/xdocs/hwpf/index.xml +++ b/src/documentation/content/xdocs/hwpf/index.xml @@ -34,8 +34,9 @@
Overview -

HWPF is the name of our port of the Microsoft Word 97(-2002) file format - to pure Java.

+

HWPF is the name of our port of the Microsoft Word 97(-2007) file format + to pure Java. It does not support the new Word 2007 .docx + file format, which is not OLE2 based.

HWPF is still in early development. It is in the -- 2.39.5