diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000000..b36cb30597
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+ This product includes software developed by
+ The Apache Software Foundation (http://www.apache.org/).
+
\ No newline at end of file
diff --git a/build.xml b/build.xml
index a32f5a9aa6..95ac4b293c 100644
--- a/build.xml
+++ b/build.xml
@@ -643,9 +643,45 @@ FORREST_HOME environment variable!
description="Generates the documentation and reports"/>
POI can dynamically select it's logging implementation. POI tries to
+ POI can dynamically select its logging implementation. POI tries to
create a logger using the System property named "org.apache.poi.util.POILogger".
Out of the box this can be set to one of three values:
Further effort on HSSF is going to focus on the following major areas:
So jump in!
diff --git a/src/documentation/content/xdocs/hssf/quick-guide.xml b/src/documentation/content/xdocs/hssf/quick-guide.xml index 1227e824aa..3ea0ad8afd 100644 --- a/src/documentation/content/xdocs/hssf/quick-guide.xml +++ b/src/documentation/content/xdocs/hssf/quick-guide.xml @@ -44,6 +44,7 @@+ Outlines are great for grouping sections of information + together and can be added easily to columns and rows + using the POI API. Here's how: +
++ To collapse (or expand) an outline use the following calls: +
++ The row/column you choose should contain an already + created group. It can be anywhere within the group. +
+