]> source.dussan.org Git - poi.git/commitdiff
Big update of links in docs to get things building properly
authorNick Burch <nick@apache.org>
Sun, 6 Jul 2008 21:47:41 +0000 (21:47 +0000)
committerNick Burch <nick@apache.org>
Sun, 6 Jul 2008 21:47:41 +0000 (21:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@674352 13f79535-47bb-0310-9956-ffa450edef68

14 files changed:
src/documentation/content/xdocs/casestudies.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/faq.xml
src/documentation/content/xdocs/overview.xml
src/documentation/content/xdocs/poi-ruby.xml
src/documentation/content/xdocs/poifs/embeded.xml
src/documentation/content/xdocs/status.xml
src/documentation/content/xdocs/trans/de/book.xml
src/documentation/content/xdocs/trans/de/index.xml
src/documentation/content/xdocs/trans/es/book.xml
src/documentation/content/xdocs/trans/es/casestudies.xml
src/documentation/content/xdocs/trans/es/index.xml
src/documentation/content/xdocs/trans/es/overview.xml
src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Iterable.java [new file with mode: 0644]

index e10d90e0eb0e640d00656440faef48f1781477a0..ef0e987d65eef288b4218f14cdcaece6dc4f9cf9 100644 (file)
@@ -132,7 +132,7 @@ format,
                     reports financial statistical data to Excel format using the
                     <link href="http://poi.apache.org/">Apache POI</link>
                     project's
-                    <link href="hssf/">
+                    <link href="spreadsheet/">
                         HSSF</link> API.  The system is based on Oracle JServer and
                     utilizes a Java stored procedure that outputs to XLS format
                     using the HSSF API.  - Arian Lashkov (alaskov at lbank.lt)
index 4ed05d00f1acfa0d6477d4414fe49e4d7a20d71b..46b55c3ceb2250e51492ae811be06ea3dfb14ddf 100644 (file)
     </devs>
 
                <!-- Don't forget to update status.xml too! -->
+<!--
+        <release version="3.5.1-beta2" date="2008-??-??">
+               </release>
+-->
         <release version="3.5.1-beta1" date="2008-07-11">
            <action dev="POI-DEVELOPERS" type="add">45018 - Support for fetching embeded documents from within an OOXML file</action>
            <action dev="POI-DEVELOPERS" type="add">Port support for setting a policy on missing / blank cells when fetching, to XSSF too</action>
index 22c1a4cb4da22df065c6d7571cf5b38635d37cd0..8a5d51bb3f397915bf613ef7e03cedb84545fe0d 100644 (file)
@@ -181,7 +181,7 @@ System.out.println("Core POI came from " + path);
         </question>
         <answer>
             <p>
-          Yes.  You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format.  Some examples are <link href="hssf/quick-guide.html#DataFormats">here</link>.
+          Yes.  You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format.  Some examples are <link href="spreadsheet/quick-guide.html#DataFormats">here</link>.
             </p>
         </answer>
     </faq>
index 53273adb1abe8f306f7fe4ed34b7ee32c3868fbc..a8ce13f1cf6e9f5d21debb8047bedf5cc21bb664 100644 (file)
         </p> 
       </section>
       
-      <section><title>HSSF</title>
+      <section><title>HSSF and XSSF</title>
         <p>
-          <link href="hssf/index.html">HSSF</link> is the set of APIs 
-           for reading and writing Microsoft Excel 97(-XP) spreadsheets using (only) Java.
+          <link href="spreadsheet/index.html">HSSF and XSSF</link> are 
+           the set of APIs for reading and writing Microsoft Excel 
+           97-2007 and OOXML spreadsheets using (only) Java.
         </p>
       </section>
 
index 6fe4e407e83156a26569b388d574542fb6749d27..ce034b4447ee8d6a06d9331cc0ce9c916581ac7b 100644 (file)
        h.write(File.new("test.xls","w"))
       </source>
       <p>  The <em>tc_base_tests.rb</em> file in the <em>tests</em> sub directory of the source distribution
-      contains examples of simple uses of the API. The <link href="hssf/quick-guide.html">quick quide </link> is the best
+      contains examples of simple uses of the API. The <link href="spreadsheet/quick-guide.html">quick quide </link> is the best
       place to learn HSSF API use. (Note however that none of the Drawing features are implemented in the Ruby binding.)
        See also the <link href="apidocs/overview-summary.html">POI API documentation</link>  for more details. 
        </p>
index a4620f5a94dea4f8e2be6580652a143d87379e68..2ffd9f6295741266a1e8db4f5efff9438990fcaa 100644 (file)
@@ -62,7 +62,7 @@
          <p>PowerPoint does not normally store embeded files
          in the OLE2 layer. Instead, they are held within records
          of the main PowerPoint file. 
-         <br/>See the <link href="./../hslf/how-to-shapes.html#OLE">HSLF Tutorial</link> 
+         <br/>See the <link href="./../slideshow/how-to-shapes.html#OLE">HSLF Tutorial</link> 
          for how to retrieve embedded OLE objects from a presentation</p>
        </section>
     </section>
index f96dfc33abf7836a6c9ced0f91e0da6708817ee3..31427e939eaf3f91abb713873ee0120772dc052e 100644 (file)
 
        <!-- Don't forget to update changes.xml too! -->
     <changes>
+<!--
+        <release version="3.5.1-beta2" date="2008-??-??">
+               </release>
+-->
         <release version="3.5.1-beta1" date="2008-07-11">
            <action dev="POI-DEVELOPERS" type="add">45018 - Support for fetching embeded documents from within an OOXML file</action>
            <action dev="POI-DEVELOPERS" type="add">Port support for setting a policy on missing / blank cells when fetching, to XSSF too</action>
index cd403a6af474b4891a1ea244faa4c2c348c62f68..641170ebab99970bd42d1248e4a3cde9df1aa2ea 100644 (file)
@@ -31,7 +31,7 @@
   <menu label="Projekt">
     <menu-item label="Überblick" href="../../overview.html"/>
     <menu-item label="POIFS" href="../../poifs/index.html"/>
-    <menu-item label="HSSF" href="../../hssf/index.html"/>
+    <menu-item label="HSSF" href="../../spreadsheet/index.html"/>
     <menu-item label="HWPF" href="../../hwpf/index.html"/>
     <menu-item label="HPSF" href="../../hpsf/index.html"/>
     <menu-item label="POI-Utils" href="../../utils/index.html"/>
index 84e4f4341cf0ff1d0a6c89827138353be0f65615..d4e9a33feaf72013886c691fdeead38ae6ae02c5 100644 (file)
           HSSF ist unsere Portierung des Microsoft Excel 97(-2002)
           Dateiformats in reinem Java. Es unterstützt Lesen und
           Schreiben. Mehr Informationen gibt es auf der
-          <link href="../../hssf/index.html">HSSF-Seite</link>.
+          <link href="../../spreadsheet/index.html">HSSF-Seite</link>.
         </p>
       </section>
       <section><title>HWPF</title>
index 7c463a798a08e6626cbd4cfbdd18f7c8e2aa7bcf..3defdaf7eba913625f6c91999cc9389e717b6355 100644 (file)
@@ -35,7 +35,7 @@
   <menu label="Proyecto">
     <menu-item label="Descripción General" href="overview.html"/>
     <menu-item label="POIFS [EN]" href="../../poifs/index.html"/>
-    <menu-item label="HSSF [EN]" href="../../hssf/index.html"/>
+    <menu-item label="HSSF [EN]" href="../../spreadsheet/index.html"/>
     <menu-item label="HWPF [EN]" href="../../hwpf/index.html"/>
     <menu-item label="HPSF [EN]" href="../../hpsf/index.html"/>
     <menu-item label="POI-Utils [EN]" href="../../utils/index.html"/>
index 1a1962fbc38080ac1f64366ac32f2fdd9afdd319..769a5325b6c4c2bd852c83b334b1f3a8fa1496ea 100644 (file)
@@ -99,7 +99,7 @@
                     El
                     <link href="http://www.lbank.lt/">Banco de Lituania</link>
                     genera informes de datos estadísticos financieros en formato Excel 
-                    utilizando el API <link href="http://jakarta.apache.org/poi/hssf/">
+                    utilizando el API <link href="http://jakarta.apache.org/poi/spreadsheet/">
                         HSSF</link> del proyecto 
                     <link href="http://jakarta.apache.org/poi/">Jakarta POI</link>
                     El sistema está basado en Oracle JServer y utiliza
index 5eca17f70b1e5372c2837910258b4befc1bfb373..7ec268513690b89460dffc7c47ddb57066c8a646 100644 (file)
@@ -86,7 +86,7 @@
         </section>
         <section><title>HSSF</title>
              <p>HSSF es nuestra adaptación del formato de fichero de Microsoft Excel 97(-2002) (BIFF8) a Java puro. Soporta lectura y
-            escritura. Por favor, vea <link href="../../hssf/index.html">la página del proyecto HSSF [EN]</link> para más información.</p>
+            escritura. Por favor, vea <link href="../../spreadsheet/index.html">la página del proyecto HSSF [EN]</link> para más información.</p>
         </section>
         <section><title>HWPF</title>
              <p>HWPF es nuestra adaptación del formato de fichero de Microsoft Word 97 a Java puro. Soporta lectura y escritura.
index ba7b3b5a8d4bdcbb1edc6d9033c2bc04e1a2cf24..b971ec814ab01f23f96a0c720166389bd5692beb 100644 (file)
@@ -50,7 +50,7 @@
       
       <section><title>HSSF</title>
         <p>
-          <link href="../../hssf/index.html">HSSF [EN]</link> es el conjunto de APIs para la lectura y
+          <link href="../../spreadsheet/index.html">HSSF [EN]</link> es el conjunto de APIs para la lectura y
          escritura de hojas de cálculo de Microsoft Excel 97(-XP) utilizando (únicamente) Java.
         </p>
       </section>
diff --git a/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Iterable.java b/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Iterable.java
new file mode 100644 (file)
index 0000000..17a2820
--- /dev/null
@@ -0,0 +1,30 @@
+/* ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+==================================================================== */
+
+package org.apache.poi.ss.usermodel;
+
+import java.util.Iterator;
+
+/**
+ * Workaround for java.lang.Iterable not existing on java 1.4, but
+ *  people wanting to use it all the same.
+ * Must only be present for java 1.4 interfaces! Do not add for 
+ *  java 1.5, as that has its own real one from java.lang
+ */
+public interface Iterable {
+       public Iterator iterator();
+}