]> source.dussan.org Git - poi.git/commitdiff
Minor edits.
authorGlen Stampoultzis <glens@apache.org>
Fri, 5 Apr 2002 14:03:01 +0000 (14:03 +0000)
committerGlen Stampoultzis <glens@apache.org>
Fri, 5 Apr 2002 14:03:01 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352328 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/changes.xml
src/documentation/xdocs/hssf/quick-guide.xml

index 76655003cbc631e900590282292f22d7e3a4757a..1827f569c2b420d056b1955888a90b5e96b1e0d7 100644 (file)
@@ -12,7 +12,7 @@
         <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
         <person id="POI-DEVELOPERS" name="Poi Developers"    email="poi-dev@jakarta.apache.org"/>
     </devs>
-    <release version="@version@" date="@date@">
+    <release version="1.5" date="Coming Soon">
         <action dev="NKB" type="update">New project build.</action>
         <action dev="NKB" type="update">New project documentation system based on Cocoon.</action>
         <action dev="POI-DEVELOPERS" type="update">Package rename</action>
@@ -20,7 +20,7 @@
         <action dev="POI-DEVELOPERS" type="add">Early stages of HSF development (not ready for development)</action>
         <action dev="POI-DEVELOPERS" type="add">Initial low level record support for charting (not complete)</action>
     </release>
-    <release version="1.1.0" date="">
+    <release version="1.1.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Created new event model</action>
         <action dev="POI-DEVELOPERS">Optimizations made to HSSF including aggregate records for
         values, rows, etc.</action>
         array copies)</action>
         <action dev="POI-DEVELOPERS">minor re-factoring and bug fixes.</action>
     </release>
-    <release version="1.0.0" date="???">
+    <release version="1.0.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Minor documentation updates.</action>
     </release>
-    <release version="0.14.0" date="???">
+    <release version="0.14.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Added DataFormat helper class and exposed set and get format
         on HSSFCellStyle</action>
         <action dev="POI-DEVELOPERS">Fixed column width apis (unit wise) and various javadoc on
         write a unit test for this ;-p).</action>
         <action dev="POI-DEVELOPERS">Some optimization on sheet creation.</action>
     </release>
-    <release version="0.13.0" date="???">
+    <release version="0.13.0" date="Release date not recorded">
 
     </release>
-    <release version="0.12.0" date="???">
+    <release version="0.12.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Added MulBlank, Blank, ColInfo</action>
         <action dev="POI-DEVELOPERS">Added log4j facility and removed all sys.out type logging</action>
         <action dev="POI-DEVELOPERS">Added support for adding font's, styles and corresponding
         from HSSFCell.setStringValue, etc when the encoding is set)</action>
         <action dev="POI-DEVELOPERS">added support for adding/removing and naming sheets.</action>
     </release>
-    <release version="0.11.0" date="???">
+    <release version="0.11.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Bugfix release. We were throwing an exception when reading
         RKRecord objects.</action>
     </release>
-    <release version="0.10.0" date="???">
+    <release version="0.10.0" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Got continuation records to work (read/write)</action>
         <action dev="POI-DEVELOPERS">Added various pre-support for formulas</action>
         <action dev="POI-DEVELOPERS">Massive API reorganization, repackaging.</action>
@@ -66,7 +66,7 @@
         HSSF Output.</action>
         <action dev="POI-DEVELOPERS">Better API support for modification.</action>
     </release>
-    <release version="0.7 (and interim releases)" date="???">
+    <release version="0.7 (and interim releases)" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Added encoding flag to high and low level api to use utf-16
         when needed (HSSFCell.setEncoding())</action>
         <action dev="POI-DEVELOPERS">added read only support for Label records (which are
@@ -75,7 +75,7 @@
         <action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or
         HSSF Output.</action>
     </release>
-    <release version="0.6 (release)" date="???">
+    <release version="0.6 (release)" date="Release date not recorded">
         <action dev="POI-DEVELOPERS">Support for read/write and modify.</action>
         <action dev="POI-DEVELOPERS">Read only support for MulRK records (converted to Number when
         writing)
index 9090aafa62fa8af2d9fccedf8d086d588e79aedc..ed84516bdf236c61b78003edb37a18e154da479f 100644 (file)
@@ -3,13 +3,13 @@
 
 <document>
     <header>
-        <title>Quick Guide to HSSF Features</title>
+        <title>Busy Developers' Guide to HSSF Features</title>
         <authors>
             <person email="glens@apache.org" name="Glen Stampoultzis" id="CO"/>
         </authors>
     </header>
     <body>
-        <s1 title="Quick Guide to Features">
+        <s1 title="Busy Developers' Guide to Features">
             <p>
                 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 <link href="how-to.html">HOWTO</link>