You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/10/11 12:34:33 UTC

svn commit: r703646 - in /poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs: changes.xml hssf/eval.xml status.xml

Author: yegor
Date: Sat Oct 11 03:34:33 2008
New Revision: 703646

URL: http://svn.apache.org/viewvc?rev=703646&view=rev
Log:
merged with trunk r703645

Modified:
    poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/changes.xml
    poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/hssf/eval.xml
    poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/status.xml

Modified: poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/changes.xml?rev=703646&r1=703645&r2=703646&view=diff
==============================================================================
--- poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/changes.xml (original)
+++ poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/changes.xml Sat Oct 11 03:34:33 2008
@@ -36,7 +36,7 @@
     </devs>
 
 		<!-- Don't forget to update status.xml too! -->
-        <release version="3.2-final" date="2008-10-19">
+        <release version="3.2-FINAL" date="2008-10-19">
            <action dev="POI-DEVELOPERS" type="fix">45866 - allowed for change of unicode compression across Continue records</action>
            <action dev="POI-DEVELOPERS" type="fix">45964 - support for link formulas in Text Objects</action>
            <action dev="POI-DEVELOPERS" type="fix">43354 - support for evalating formulas with missing args</action>

Modified: poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/hssf/eval.xml
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/hssf/eval.xml?rev=703646&r1=703645&r2=703646&view=diff
==============================================================================
--- poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/hssf/eval.xml (original)
+++ poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/hssf/eval.xml Sat Oct 11 03:34:33 2008
@@ -207,7 +207,7 @@
 FileInputStream fis = new FileInputStream("/somepath/test.xls");
 HSSFWorkbook wb = new HSSFWorkbook(fis);
 HSSFFormulaEvaluator evaluator = new HSSFFormulaEvaluator(wb);
-for(int sheetNum = 0; sheetNum < wb.getNumberOfSheets(); sheetNum++) {
+for(int sheetNum = 0; sheetNum &lt; wb.getNumberOfSheets(); sheetNum++) {
 	HSSFSheet sheet = wb.getSheetAt(sheetNum);
 
 	for(Iterator rit = sheet.rowIterator(); rit.hasNext();) {

Modified: poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/status.xml?rev=703646&r1=703645&r2=703646&view=diff
==============================================================================
--- poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/status.xml (original)
+++ poi/tags/REL_3_2_FINAL/src/documentation/content/xdocs/status.xml Sat Oct 11 03:34:33 2008
@@ -33,7 +33,7 @@
 
 	<!-- Don't forget to update changes.xml too! -->
     <changes>
-        <release version="3.2-final" date="2008-10-19">
+        <release version="3.2-FINAL" date="2008-10-19">
            <action dev="POI-DEVELOPERS" type="fix">45866 - allowed for change of unicode compression across Continue records</action>
            <action dev="POI-DEVELOPERS" type="fix">45964 - support for link formulas in Text Objects</action>
            <action dev="POI-DEVELOPERS" type="fix">43354 - support for evalating formulas with missing args</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org