From 19cfe88647384d827a7e4132aea710d730cf5edf Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Sat, 11 Oct 2008 10:34:33 +0000 Subject: [PATCH] merged with trunk r703645 git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_2_FINAL@703646 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/changes.xml | 2 +- src/documentation/content/xdocs/hssf/eval.xml | 2 +- src/documentation/content/xdocs/status.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index d2cea52e5..ada718a24 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -36,7 +36,7 @@ - + 45866 - allowed for change of unicode compression across Continue records 45964 - support for link formulas in Text Objects 43354 - support for evalating formulas with missing args diff --git a/src/documentation/content/xdocs/hssf/eval.xml b/src/documentation/content/xdocs/hssf/eval.xml index 61cb66374..15e122b7b 100644 --- a/src/documentation/content/xdocs/hssf/eval.xml +++ b/src/documentation/content/xdocs/hssf/eval.xml @@ -207,7 +207,7 @@ if (cell!=null) { 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 < wb.getNumberOfSheets(); sheetNum++) { HSSFSheet sheet = wb.getSheetAt(sheetNum); for(Iterator rit = sheet.rowIterator(); rit.hasNext();) { diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 36903547e..dbe59180b 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,7 @@ - + 45866 - allowed for change of unicode compression across Continue records 45964 - support for link formulas in Text Objects 43354 - support for evalating formulas with missing args