From 067b28832e7a88c854b33a2df74c632e1557f457 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Sun, 29 Feb 2004 00:23:00 +0000 Subject: [PATCH] Status file for 2.5 final git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353516 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/status.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index d7845ddb4..52a520671 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -12,10 +12,15 @@ + + Add support for the Escher file format + 27005 java.lang.IndexOutOfBoundsException during Workbook.cloneSheet() + + No changes - + Bug 25695 - HSSFCell.getStringCellValue() on cell which has string formula will return swap bye unicode characters. Updated website for upcoming release @@ -25,7 +30,7 @@ Fix to 24519 call to getCustomPalette() from a newly created workbook now works Fix supplied for bug 24397 where some compilation got ambiguous classes. Explicitly imports the classes. Patch supplied by Jean-Pierre Paris. - + 12561 (Min) HSSFWorkbook throws Exceptions 12730 (Nor) values dont get copied to another sheet. @@ -77,7 +82,7 @@ There were some issues when removing merged regions (specifically, removing all of them and then adding some more) and have been resolved. When a sheet contained shared formulas (when a formula is - dragged across greater than 6 cells), the clone would fail. We now support cloning of + dragged across greater than 6 cells), the clone would fail. We now support cloning of sheets that contain this Excel optimization. Support added for reading formulas with UnaryPlus and UnaryMinus operators.