]> source.dussan.org Git - poi.git/commitdiff
misc fixes in site docs
authorYegor Kozlov <yegor@apache.org>
Fri, 1 Jul 2011 11:43:06 +0000 (11:43 +0000)
committerYegor Kozlov <yegor@apache.org>
Fri, 1 Jul 2011 11:43:06 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141906 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/howtobuild.xml
src/documentation/content/xdocs/hpsf/how-to.xml
src/documentation/content/xdocs/overview.xml
src/documentation/content/xdocs/poi-ruby.xml
src/documentation/content/xdocs/spreadsheet/limitations.xml
src/documentation/content/xdocs/spreadsheet/quick-guide.xml

index bce7552de327a64d7058eb2a282d1b3016da1021..ad2cd1cf8741d9f2a0e8746b4b90c2d51fef40da 100644 (file)
                 </tr>
                 <tr>
                     <td>compile</td>
-                    <td>Compiles all files from main, contrib and scratchpad</td>
+                    <td>Compiles all files from main, ooxml and scratchpad</td>
                 </tr>
                 <tr>
                     <td>test</td>
-                    <td>Run all unit tests from main, ooxml, contrib and scratchpad</td>
+                    <td>Run all unit tests from main, ooxml and scratchpad</td>
                 </tr>
                 <tr>
                     <td>jar</td>
index f7a5ad087e29210368ddc76b6bf2e87e57965ea5..520f9d0c037ea77a3f7abe26891df008aecca7cc 100644 (file)
@@ -352,8 +352,8 @@ else
      only difference is that they are not located in the POI filesystem's root
      but in a <strong>nested directory</strong> instead. Just register a
      <code>POIFSReaderListener</code> for the property set streams you are
-     interested in. For example, the <em>POIBrowser</em> application in the
-     contrib section tries to open each and every document in a POI filesystem
+     interested in. For example, the <em>POIBrowser</em> application
+     tries to open each and every document in a POI filesystem
      as a property set stream. If this operation was successful it displays the
      properties.</p>
    </section>
index d457d224888b2fe4ca19b369622eaa92e6846a61..02e105b4707d977796556bfa5269b32cf6ebcdfa 100644 (file)
     </section>
     <section><title>Examples</title>
       <p>
-       Small sample programs using the POI API are available in the
+           Small sample programs using the POI API are available in the
         <em>src/examples</em> directory of the source distribution. Before
         studying the source code you might want to have a look at the
         "Examples" section of the <link href="apidocs/overview-summary.html">POI API
-          documentation</link>.
+        documentation</link>.
       </p>
+        <section><title>POI Browser</title>
+          <p>
+            The POI Browser is a very simple Swing GUI tool that displays the
+            internal structure of a Microsoft Office file and especially the
+            property set streams. Further information and  instructions how to
+            execute it can be found in the <link
+          href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">POI
+              source code</link>.
+          </p>
+        </section>
       <p>
-       Also note that we now include all of the examples in the distribution.
+        All of the examples are inclided in POI distributions as a poi-examples artifact.
       </p>
     </section>
     <section><title>Contributed Software</title>
       <p>
-       Besides the "official" components outlined above there is some further
-       software distributed with POI. This is called "contributed" software. It
+           Besides the "official" components outlined above there is some further
+           software distributed with POI. This is called "contributed" software. It
         is not explicitly recommended or even maintained by the POI team, but
         it might still be useful to you.
       </p>
-      <section><title>POI Browser</title>
-        <p>
-         The POI Browser is a very simple Swing GUI tool that displays the
-          internal structure of a Microsoft Office file and especially the
-          property set streams. Further information and  instructions how to
-          execute it can be found in the <link
-           href="apidocs/org/apache/poi/contrib/poibrowser/package-summary.html#package_description">POI
-            Browser package description</link>.
-       </p>
-      </section>
+      <p>
+          See <link href="poi-ruby.html">POI Ruby Bindings</link>  and other code in the
+          <link
+         href="http://svn.apache.org/repos/asf/poi/trunk/src/contrib/">poi-contrib module</link>
+      </p>
     </section>
   </body>
   <footer>
index 07fe1ab0908c6fdf5589739f72ef534f9d167167..8579380e7a281c7a0fb2491a92d7a0178b59230c 100644 (file)
@@ -51,7 +51,7 @@
        </section>
        <section><title>Subversion</title>
        <p>
-       The POI-Ruby module sits under the POI <link href="http://jakarta.apache.org/site/cvsindex.html">Subversion</link> in the <em>src/contrib/poi-ruby</em> directory. Running <em>make</em>
+       The POI-Ruby module sits under the POI <link href="http://svn.apache.org/repos/asf/poi/trunk/src/contrib/poi-ruby/">Subversion</link>. Running <em>make</em>
        inside that directory will create a loadable ruby extention <em>poi4r.so</em> in the release subdirectory. Tests
        are in the <em>tests/</em> subdirectory, and should be run from the <em>poi-ruby</em> directory. Please read the tests to figure out the usage.
        </p>
index 8dad71e172a224a1ed274bd5afc65a5b090f35a9..bbb806bf1f5d704bdb32d8bea47f4019bfd060f7 100644 (file)
@@ -27,7 +27,7 @@
         </authors>
     </header>
     <body>
-        <section><title>Version 2.5 limitations</title>
+        <section><title>Version 3.7 limitations</title>
             <p>
                 The intent of this document is to outline some of the known limitations of the
                 POI HSSF API's.  It is not intended to be complete list of every bug or missing
index adb7f607dce8fbeabde80521b17e16782baef260..0e2d6a05b381c8e1d8f21ab447f7f2e67c2ed59f 100644 (file)
     Sheet sheet1 = wb.getSheetAt(0);
     for (Row row : sheet1) {
         for (Cell cell : row) {
-            CellReference cellRef = new CellReference(row.getRowNum(), cell.getCellNum());
+            CellReference cellRef = new CellReference(row.getRowNum(), cell.getColumnIndex());
             System.out.print(cellRef.formatAsString());
             System.out.print(" - ");
 
@@ -711,7 +711,7 @@ Examples:
                 <anchor id="ConvenienceFunctions"/>
                 <section><title>Using the Convenience Functions</title>
                     <p>
-                        The convenience functions live in contrib and provide
+                        The convenience functions  provide
                         utility features such as setting borders around merged
                         regions and changing style attributes without explicitly
                         creating new styles.