Author: nick
Date: Thu Nov 21 23:21:13 2013
New Revision: 1544367

URL: http://svn.apache.org/r1544367
Log:
Remove "since 3.6 beta 1" parts, as that is long enough ago to now be the 
default, and add some more notes to help explain common queries around the 
components

Modified:
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1544367&r1=1544366&r2=1544367&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Thu Nov 21 23:21:13 
2013
@@ -166,7 +166,7 @@
           <td><link href="./poifs/index.html">POIFS</link></td>
           <td>OLE2 Filesystem</td>
           <td><em>poi</em></td>
-          <td>&nbsp;</td>
+          <td>Required to work with OLE2 / POIFS based files</td>
         </tr>
         <tr>
           <td><link href="./hpsf/index.html">HPSF</link></td>
@@ -178,7 +178,7 @@
           <td><link href="./spreadsheet/index.html">HSSF</link></td>
           <td>Excel XLS</td>
           <td>poi</td>
-          <td>&nbsp;</td>
+          <td>For HSSF only, if common SS is needed see below</td>
         </tr>
         <tr>
           <td><link href="./slideshow/index.html">HSLF</link></td>
@@ -211,6 +211,12 @@
           <td>&nbsp;</td>
         </tr>
         <tr>
+          <td><link href="./oxml4j/index.html">OpenXML4J</link></td>
+          <td>OOXML</td>
+          <td>poi-ooxml plus one of<br />poi-ooxml-schemas, ooxml-schemas</td>
+          <td>Only one schemas jar is needed, see below for differences</td>
+        </tr>
+        <tr>
           <td><link href="./spreadsheet/index.html">XSSF</link></td>
           <td>Excel XLSX</td>
           <td>poi-ooxml</td>
@@ -229,18 +235,15 @@
           <td>&nbsp;</td>
         </tr>
         <tr>
-          <td><link href="./oxml4j/index.html">OpenXML4J</link></td>
-          <td>OOXML</td>
-          <td>poi-ooxml-schemas, ooxml-schemas</td>
-          <td>&nbsp;</td>
-        </tr>
-        <tr>
           <td><link href="./spreadsheet/index.html">Common SS</link></td>
           <td>Excel XLS and XLSX</td>
           <td>poi-ooxml</td>
-          <td>&nbsp;</td>
+          <td>WorkbookFactory and friends all require poi-ooxml, not just core 
poi</td>
         </tr>
       </table>
+
+      <p><br /></p>
+
       <p>
         This table maps artifacts into the jar file name. "version-yyyymmdd" 
is 
         the POI version stamp. For the latest stable release it is
@@ -271,12 +274,12 @@
           <td>poi-ooxml-version-yyyymmdd.jar</td>
         </tr>
         <tr>
-          <td>poi-ooxml-schemas (*)</td>
+          <td>poi-ooxml-schemas</td>
           <td>xmlbeans, stax-api-1.0.1</td>
           <td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
         </tr>
         <tr>
-          <td>poi-examples (*)</td>
+          <td>poi-examples</td>
           <td>poi, poi-scratchpad, poi-ooxml</td>
           <td>poi-examples-version-yyyymmdd.jar</td>
         </tr>
@@ -286,9 +289,8 @@
           <td>ooxml-schemas-1.1.jar</td>
         </tr>
       </table>
-      <p>
-        (*) starting with 3.6-beta1-20091124.
-      </p>
+
+      <p>&nbsp;</p>
       <p>
         poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
         version of the ooxml-schemas jar (ooxml-schemas-1.1.jar for POI 3.7 or 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to