]> source.dussan.org Git - poi.git/commitdiff
Slightly update the supported formats information, and explicitly say we don't suppor...
authorNick Burch <nick@apache.org>
Wed, 10 Oct 2007 12:34:19 +0000 (12:34 +0000)
committerNick Burch <nick@apache.org>
Wed, 10 Oct 2007 12:34:19 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@583453 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hslf/index.xml
src/documentation/content/xdocs/hssf/index.xml
src/documentation/content/xdocs/hwpf/index.xml

index 16a3885d8296eed42984a1bd7add38c6c899e9e5..a6eaf67117c62e24cdc60e86ea4325699dabc452 100755 (executable)
         <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>
index e8363fabda6c0cdebda38790be0fed17072a38a3..69accc624f6a9055975f721d73f503e2d0b10c4a 100644 (file)
@@ -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>
index 15568696170a33a63852aad366f6ff4e416d39ee..f5e8afb2da50054abb74107b7d86b702702b489c 100644 (file)
@@ -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/">