From: Nick Burch Date: Tue, 22 May 2007 17:39:34 +0000 (+0000) Subject: Update dates to ISO 8601 format, and copy data from changes to status X-Git-Tag: REL_3_0_1_RC1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fbedd358627cccb14e58e9216db5e841830ce1bd;p=poi.git Update dates to ISO 8601 format, and copy data from changes to status git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540659 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 27d9a65c0f..0d240898f1 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -17,6 +17,7 @@ limitations under the License. ==================================================================== --> + @@ -34,7 +35,7 @@ - + 39977 - [PATCH] Fix POM for Maven users 38976 - [PATCH] Add createPicture to HSSFShapeGroup Detect Office 2007 XML documents, and throw a meaningful exception @@ -42,39 +43,39 @@ Initial support for HWPF image extraction - + Additional HSLF support for PowerPoint - + HSSF Formula support Additional HSLF support for PowerPoint 39389 - [PATCH] Extended Ascii support for WingDings - + Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem Image writing support HSLF - Initial PowerPoint support - + Outlining support 27574 - [PATCH] HSSFDateUtil.getExcelDate() is one hour off when DST changes 26465 - [PATCH] wrong lastrow entry 28203 - [PATCH] Unable to open read-write excel file including forms - + 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 Formula Parser fixes with tests, by Peter M Murray Bug 25457 @@ -83,7 +84,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. 13224 (Maj) Exception thrown when cell has =Names call @@ -119,7 +120,7 @@ 15375 (Blo) Post 1.5.1 POI causes spreadsheet to become unopenable. - + HPSF is now able to read properties which are given in the property set stream but which don't have a value ("variant" type VT_EMPTY). The getXXX() methods of the PropertySet class return null if their return type is a reference (like a string) or 0 if the return type is numeric. Details about the return types and about how to distinguish between a property value of zero and a property value that is not present can be found in the API documentation. Gridlines can now be turned on and off NamePTG refactoring/fixes @@ -127,7 +128,7 @@ Sheet comparisons now ignore case - + A nasty concurrency problem has been fixed. Any users working in a multithreaded environment should seriously consider upgrading to this release. The EXTSST record has been implemented. This record is used by excel for optimized reading of strings. When rows are shifted, the merged regions now move with them. If a row contains 2 merged cells, the resulting shifted row should have those cells merged as well. @@ -139,7 +140,7 @@ Support added for reading formulas with UnaryPlus and UnaryMinus operators. - + Patch applied for deep cloning of worksheets was provided Patch applied to allow sheet reordering Added additional print area setting methods using row/column numbers @@ -160,12 +161,12 @@ font names can now be null - + Support for zoom level Freeze and split pane support Row and column headers on printouts - + Custom Data Format Support Enhanced Unicode Support for Russian and Japanese Enhanced formula support including read-only for @@ -175,15 +176,15 @@ Spanish Documentation translations Support for preserving VBA macros - + Removed runtime dependency on commons logging. Formula support - + Removed depedency on commons logging. Now define poi.logging system property to enable logging to standard out. Fixed SST string handling so that spreadsheets with rich text or extended text will be read correctly. - + New project build. New project documentation system based on Cocoon. Package rename diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index e47661ed2a..aba07643d2 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -17,47 +17,62 @@ limitations under the License. ==================================================================== --> + - - - + + - + + + + - + + 39977 - [PATCH] Fix POM for Maven users + 38976 - [PATCH] Add createPicture to HSSFShapeGroup + Detect Office 2007 XML documents, and throw a meaningful exception + Additional HSLF support for PowerPoint + Initial support for HWPF image extraction + + + + Additional HSLF support for PowerPoint + + + HSSF Formula support Additional HSLF support for PowerPoint 39389 - [PATCH] Extended Ascii support for WingDings - + Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem Image writing support HSLF - Initial PowerPoint Support. Includes: Support for text extraction across the whole file; Support for getting individual slides, and their notes, and extracting text from those; Initial support for changing (but not adding) text - + Outlining support 27574 - [PATCH] HSSFDateUtil.getExcelDate() is one hour off when DST changes 26465 - [PATCH] wrong lastrow entry 28203 - [PATCH] Unable to open read-write excel file including forms - + 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 Formula Parser fixes with tests, by Peter M Murray Bug 25457 @@ -67,7 +82,7 @@ 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. 13224 (Maj) Exception thrown when cell has =Names call @@ -103,7 +118,7 @@ 15375 (Blo) Post 1.5.1 POI causes spreadsheet to become unopenable. - + HPSF is now able to read properties which are given in the property set stream but which don't have a value ("variant" type VT_EMPTY). The getXXX() methods of the PropertySet class return null if their return type is a reference (like a string) or 0 if the return type is numeric. Details about the return types and about how to distinguish between a property value of zero and a property value that is not present can be found in the API documentation. Gridlines can now be turned on and off NamePTG refactoring/fixes @@ -111,7 +126,7 @@ Sheet comparisons now ignore case - + A nasty concurrency problem has been fixed. Any users working in a multithreaded environment should seriously consider upgrading to this release. The EXTSST record has been implemented. This record is used by excel for optimized reading of strings. When rows are shifted, the merged regions now move with them. If a row contains 2 merged cells, the resulting shifted row should have those cells merged as well. @@ -122,7 +137,7 @@ sheets that contain this Excel optimization. Support added for reading formulas with UnaryPlus and UnaryMinus operators. - + Patch applied for deep cloning of worksheets was provided Patch applied to allow sheet reordering Added additional print area setting methods using row/column numbers @@ -142,12 +157,12 @@ POI Build System Updated font names can now be null - + Support for zoom level Freeze and split pane support Row and column headers on printouts - + Custom Data Format Support Enhanced Unicode Support for Russian and Japanese Enhanced formula support including read-only for @@ -157,15 +172,15 @@ Spanish Documentation translations Support for preserving VBA macros - + Removed runtime dependency on commons logging. Formula support - + Removed depedency on commons logging. Now define poi.logging system property to enable logging to standard out. Fixed SST string handling so that spreadsheets with rich text or extended text will be read correctly. - + New project build. New project documentation system based on Cocoon. Package rename