diff --git a/src/documentation/xdocs/changes.xml b/src/documentation/xdocs/changes.xml
index 76655003cb..1827f569c2 100644
--- a/src/documentation/xdocs/changes.xml
+++ b/src/documentation/xdocs/changes.xml
@@ -12,7 +12,7 @@
-
+ New project build.New project documentation system based on Cocoon.Package rename
@@ -20,7 +20,7 @@
Early stages of HSF development (not ready for development)Initial low level record support for charting (not complete)
-
+ Created new event modelOptimizations made to HSSF including aggregate records for
values, rows, etc.
@@ -28,10 +28,10 @@
array copies)
minor re-factoring and bug fixes.
-
+ Minor documentation updates.
-
+ Added DataFormat helper class and exposed set and get format
on HSSFCellStyleFixed column width apis (unit wise) and various javadoc on
@@ -40,10 +40,10 @@
write a unit test for this ;-p).Some optimization on sheet creation.
-
+
-
+ Added MulBlank, Blank, ColInfoAdded log4j facility and removed all sys.out type loggingAdded support for adding font's, styles and corresponding
@@ -54,11 +54,11 @@
from HSSFCell.setStringValue, etc when the encoding is set)added support for adding/removing and naming sheets.
-
+ Bugfix release. We were throwing an exception when reading
RKRecord objects.
-
+ Got continuation records to work (read/write)Added various pre-support for formulasMassive API reorganization, repackaging.
@@ -66,7 +66,7 @@
HSSF Output.
Better API support for modification.
-
+ Added encoding flag to high and low level api to use utf-16
when needed (HSSFCell.setEncoding())added read only support for Label records (which are
@@ -75,7 +75,7 @@
BiffViewer class added for validating HSSF & POI and/or
HSSF Output.
-
+ Support for read/write and modify.Read only support for MulRK records (converted to Number when
writing)
diff --git a/src/documentation/xdocs/hssf/quick-guide.xml b/src/documentation/xdocs/hssf/quick-guide.xml
index 9090aafa62..ed84516bdf 100644
--- a/src/documentation/xdocs/hssf/quick-guide.xml
+++ b/src/documentation/xdocs/hssf/quick-guide.xml
@@ -3,13 +3,13 @@
- Quick Guide to HSSF Features
+ Busy Developers' Guide to HSSF Features
-
+
Want to use HSSF read and write spreadsheets in a hurry? This guide is for you. If you're after
more in-depth coverage of the HSSF user-API please consult the HOWTO