From 319d99039e2fcd0c0eec879755bcb483607c5df4 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Sun, 6 Jul 2008 21:47:41 +0000
Subject: [PATCH] Big update of links in docs to get things building properly
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@674352 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/casestudies.xml | 2 +-
src/documentation/content/xdocs/changes.xml | 4 +++
src/documentation/content/xdocs/faq.xml | 2 +-
src/documentation/content/xdocs/overview.xml | 7 +++--
src/documentation/content/xdocs/poi-ruby.xml | 2 +-
.../content/xdocs/poifs/embeded.xml | 2 +-
src/documentation/content/xdocs/status.xml | 4 +++
.../content/xdocs/trans/de/book.xml | 2 +-
.../content/xdocs/trans/de/index.xml | 2 +-
.../content/xdocs/trans/es/book.xml | 2 +-
.../content/xdocs/trans/es/casestudies.xml | 2 +-
.../content/xdocs/trans/es/index.xml | 2 +-
.../content/xdocs/trans/es/overview.xml | 2 +-
.../org/apache/poi/ss/usermodel/Iterable.java | 30 +++++++++++++++++++
14 files changed, 52 insertions(+), 13 deletions(-)
create mode 100644 src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Iterable.java
diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml
index e10d90e0e..ef0e987d6 100644
--- a/src/documentation/content/xdocs/casestudies.xml
+++ b/src/documentation/content/xdocs/casestudies.xml
@@ -132,7 +132,7 @@ format,
reports financial statistical data to Excel format using the
Apache POI
project's
-
+
HSSF 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)
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 4ed05d00f..46b55c3ce 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,6 +36,10 @@
+
45018 - Support for fetching embeded documents from within an OOXML filePort support for setting a policy on missing / blank cells when fetching, to XSSF too
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 22c1a4cb4..8a5d51bb3 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -181,7 +181,7 @@ System.out.println("Core POI came from " + path);
- Yes. You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format. Some examples are here.
+ Yes. You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format. Some examples are here.
- HSSF is the set of APIs
- for reading and writing Microsoft Excel 97(-XP) spreadsheets using (only) Java.
+ HSSF and XSSF are
+ the set of APIs for reading and writing Microsoft Excel
+ 97-2007 and OOXML spreadsheets using (only) Java.
The tc_base_tests.rb file in the tests sub directory of the source distribution
- contains examples of simple uses of the API. The quick quide is the best
+ contains examples of simple uses of the API. The quick quide 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 POI API documentation for more details.
PowerPoint does not normally store embeded files
in the OLE2 layer. Instead, they are held within records
of the main PowerPoint file.
- See the HSLF Tutorial
+ See the HSLF Tutorial
for how to retrieve embedded OLE objects from a presentation
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index f96dfc33a..31427e939 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,6 +33,10 @@
+
45018 - Support for fetching embeded documents from within an OOXML filePort support for setting a policy on missing / blank cells when fetching, to XSSF too
diff --git a/src/documentation/content/xdocs/trans/de/book.xml b/src/documentation/content/xdocs/trans/de/book.xml
index cd403a6af..641170eba 100644
--- a/src/documentation/content/xdocs/trans/de/book.xml
+++ b/src/documentation/content/xdocs/trans/de/book.xml
@@ -31,7 +31,7 @@