diff --git a/build.xml b/build.xml
index b9c94f171c..3b1ad523f2 100644
--- a/build.xml
+++ b/build.xml
@@ -157,7 +157,7 @@ under the License.
-
+
-
-
+
45518 - Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones
45676 - Handle very long cells in the XSSF EventUserModel example
Initial ExtractorFactory support for building TextExtractors for embeded documents
+
+
Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor
45539 - Improve XWPFWordExtractor to extract headers and footers
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index e6ef37a8ba..5c5e0ef080 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,14 +33,14 @@
-
-
+
45518 - Fix up ColumnHelper to output valid col tags, by making 1 based and 0 based bits clearer, and using the right ones
45676 - Handle very long cells in the XSSF EventUserModel example
Initial ExtractorFactory support for building TextExtractors for embeded documents
+
+
Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor
45539 - Improve XWPFWordExtractor to extract headers and footers