diff --git a/build.xml b/build.xml index 4bc35f984..dc4ee8eb7 100644 --- a/build.xml +++ b/build.xml @@ -148,7 +148,7 @@ under the License. - + -
POI 3.5 beta 5, and Office Open XML Support (2009-02-19) +
POI 3.5 beta 6, and Office Open XML Support (2009-06-21)

We are currently working to support the new Office Open XML file formats, such as XLSX and PPTX, which were introduced in Office 2007.

Development for this is in a svn branch, but we are please to announce our first preview release containing this support. Users interested in the OOXML support should download the - POI 3.5 beta 5 + POI 3.5 beta 6 the source and binaries from their local mirror. People interested should also follow the dev list to track progress.

The release is also available from the central Maven repository - under Group ID "org.apache.poi" and Version "3.5-beta5". + under Group ID "org.apache.poi" and Version "3.5-beta6".

POI 3.2-FINAL Released (2008-10-19) diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index cdc47602e..ff23f2d2b 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -32,9 +32,7 @@ - - - + 47294 - Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes 47309 - Fixed logic in HSSFCell.getCellComment to handle sheets with more than 65536 comments 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet.cloneSheet()