From 1559edee218f189e381d728e341d88ea075cec98 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Mon, 24 Nov 2008 10:48:25 +0000 Subject: [PATCH] set new version.id=3.5-beta5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720160 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 5 ++++- src/documentation/content/xdocs/changes.xml | 5 ++++- src/documentation/content/xdocs/spreadsheet/examples.xml | 2 +- src/documentation/content/xdocs/status.xml | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index bb3ccbc87..2894f216d 100644 --- a/build.xml +++ b/build.xml @@ -158,7 +158,7 @@ under the License. - + + + + diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index bb45c6369..1580f7ed7 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -36,7 +36,10 @@ - + + + + 46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords 46174 - Fixed HSSFName to handle general formulas (not just area references) 46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB diff --git a/src/documentation/content/xdocs/spreadsheet/examples.xml b/src/documentation/content/xdocs/spreadsheet/examples.xml index 966a1626b..b44b9df16 100755 --- a/src/documentation/content/xdocs/spreadsheet/examples.xml +++ b/src/documentation/content/xdocs/spreadsheet/examples.xml @@ -28,7 +28,7 @@
HSSF and XSSF examples -

POI comes with a number of examples that demonstrate how you can use POI API to create documents from "real life". +

POI 3.5 and later comes with a number of examples that demonstrate how you can use POI API to create documents from "real life". The examples are based on common XSSF-HSSF interfaces so that you can generate either *.xls or *.xlsx output just by setting a command-line argument:

diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 57a0616d7..a6bc5997f 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,7 +33,10 @@ - + + + + 46213 - Fixed FormulaRecordAggregate to gracefully ignore extra StringRecords 46174 - Fixed HSSFName to handle general formulas (not just area references) 46189 - added chart records: CHARTFRTINFO, STARTBLOCK, ENDBLOCK, STARTOBJECT, ENDOBJECT, and CATLAB