<section>
<title>Overview</title>
- <p>HSLF is the POI Project's pure Java implementation of the Powerpoint file format.</p>
+ <p>HSLF is the POI Project's pure Java implementation of the
+ Powerpoint '97(-2007) file format. It <em>does not</em> support
+ the new PowerPoint 2007 .pptx file format, which is not OLE2
+ based.</p>
<p>HSLF provides a way to read powerpoint presentations, and extract text from it.
It also provides some (currently limited) edit capabilities.
</p>
<section>
<title>Overview</title>
- <p>HSSF is the POI Project's pure Java implementation of the Excel '97(-2002) file format.</p>
+ <p>HSSF is the POI Project's pure Java implementation of the Excel
+ '97(-2007) file format. It <em>does not</em> support the new
+ Excel 2007 .xlsx OOXML file format, which is not OLE2 based.</p>
<p>HSSF provides a way to read spreadsheets create, modify, read and write XLS spreadsheets
It provides:
</p>
<body>
<section><title>Overview</title>
- <p>HWPF is the name of our port of the Microsoft Word 97(-2002) file format
- to pure Java.</p>
+ <p>HWPF is the name of our port of the Microsoft Word 97(-2007) file format
+ to pure Java. It <em>does not</em> support the new Word 2007 .docx
+ file format, which is not OLE2 based.</p>
<p>HWPF is still in early development. It is in the <link
href="http://svn.apache.org/viewcvs.cgi/poi/trunk/src/scratchpad/">