From de56800db51164d740a57aae85853a96e28d1b90 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Fri, 5 Apr 2002 14:03:01 +0000 Subject: [PATCH] Minor edits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352328 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/changes.xml | 20 ++++++++++---------- src/documentation/xdocs/hssf/quick-guide.xml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/documentation/xdocs/changes.xml b/src/documentation/xdocs/changes.xml index 76655003c..1827f569c 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 model Optimizations 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 HSSFCellStyle Fixed 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, ColInfo Added log4j facility and removed all sys.out type logging Added 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 formulas Massive 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 9090aafa6..ed84516bd 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