Return-Path: Delivered-To: apmail-jakarta-poi-dev-archive@www.apache.org Received: (qmail 45582 invoked from network); 22 May 2007 17:39:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2007 17:39:59 -0000 Received: (qmail 86382 invoked by uid 500); 22 May 2007 17:40:03 -0000 Delivered-To: apmail-jakarta-poi-dev-archive@jakarta.apache.org Received: (qmail 86367 invoked by uid 500); 22 May 2007 17:40:03 -0000 Mailing-List: contact poi-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "POI Developers List" Reply-To: "POI Developers List" Delivered-To: mailing list poi-dev@jakarta.apache.org Received: (qmail 86356 invoked by uid 500); 22 May 2007 17:40:03 -0000 Received: (qmail 86353 invoked by uid 99); 22 May 2007 17:40:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 10:40:03 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 10:39:56 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 634B61A981A; Tue, 22 May 2007 10:39:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r540659 - in /jakarta/poi/trunk/src/documentation/content/xdocs: changes.xml status.xml Date: Tue, 22 May 2007 17:39:35 -0000 To: poi-cvs@jakarta.apache.org From: nick@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070522173936.634B61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nick Date: Tue May 22 10:39:34 2007 New Revision: 540659 URL: http://svn.apache.org/viewvc?view=rev&rev=540659 Log: Update dates to ISO 8601 format, and copy data from changes to status Modified: jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml jakarta/poi/trunk/src/documentation/content/xdocs/status.xml Modified: jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml?view=diff&rev=540659&r1=540658&r2=540659 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/changes.xml Tue May 22 10:39:34 2007 @@ -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 Modified: jakarta/poi/trunk/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/status.xml?view=diff&rev=540659&r1=540658&r2=540659 ============================================================================== --- jakarta/poi/trunk/src/documentation/content/xdocs/status.xml (original) +++ jakarta/poi/trunk/src/documentation/content/xdocs/status.xml Tue May 22 10:39:34 2007 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/