From cceec3ba8fbda0b4d60f6c01402d4fe2c8fe18eb Mon Sep 17 00:00:00 2001 From: tetsuya Date: Mon, 16 Jun 2003 06:33:20 +0000 Subject: [PATCH] appended 'type="unkonwn"' attribute to action element: To avoid Forrest Build Error git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353138 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/status.xml | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 6a21002c8e..227fd26a14 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -86,63 +86,63 @@ Initial low level record support for charting (not complete) - Created new event model - Optimizations made to HSSF including aggregate records for + Created new event model + Optimizations made to HSSF including aggregate records for values, rows, etc. - predictive sizing, offset based writing (instead of lots of + predictive sizing, offset based writing (instead of lots of array copies) - minor re-factoring and bug fixes. + minor re-factoring and bug fixes. - Minor documentation updates. + Minor documentation updates. - Added DataFormat helper class and exposed set and get format + Added DataFormat helper class and exposed set and get format on HSSFCellStyle - Fixed column width apis (unit wise) and various javadoc on + Fixed column width apis (unit wise) and various javadoc on the subject - Fix for Dimensions record (again)... (one of these days I'll + Fix for Dimensions record (again)... (one of these days I'll write a unit test for this ;-p). - Some optimization on sheet creation. + Some optimization on sheet creation. - Changes not recorded. + Changes not recorded. - Added MulBlank, Blank, ColInfo - Added log4j facility and removed all sys.out type logging - Added support for adding font's, styles and corresponding + Added MulBlank, Blank, ColInfo + Added log4j facility and removed all sys.out type logging + Added support for adding font's, styles and corresponding high level api for styling cells - added support for changing row height, cell width and default + added support for changing row height, cell width and default row height/cell width. - Added fixes for internationalization (UTF-16 should work now + Added fixes for internationalization (UTF-16 should work now from HSSFCell.setStringValue, etc when the encoding is set) - added support for adding/removing and naming sheets. + added support for adding/removing and naming sheets. - Bugfix release. We were throwing an exception when reading + 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. - BiffViewer class added for validating HSSF & POI and/or + Got continuation records to work (read/write) + Added various pre-support for formulas + Massive API reorganization, repackaging. + BiffViewer class added for validating HSSF & POI and/or HSSF Output. - Better API support for modification. + Better API support for modification. - Added encoding flag to high and low level api to use utf-16 + 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 + added read only support for Label records (which are reinterpreted as LabelSST when written) - Broken continuation record implementation (oops) - BiffViewer class added for validating HSSF & POI and/or + Broken continuation record implementation (oops) + 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 + Support for read/write and modify. + Read only support for MulRK records (converted to Number when writing)