diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml
index e10d90e0eb..ef0e987d65 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 4ed05d00f1..46b55c3ceb 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 22c1a4cb4d..8a5d51bb3f 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 f96dfc33ab..31427e939e 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 cd403a6af4..641170ebab 100644
--- a/src/documentation/content/xdocs/trans/de/book.xml
+++ b/src/documentation/content/xdocs/trans/de/book.xml
@@ -31,7 +31,7 @@