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
This commit is contained in:
parent
8fc97ac835
commit
6b70b7cfad
@ -33,7 +33,10 @@
|
||||
<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>
|
||||
|
@ -33,7 +33,9 @@
|
||||
<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>
|
||||
|
@ -34,8 +34,9 @@
|
||||
<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/">
|
||||
|
Loading…
Reference in New Issue
Block a user