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