[ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

View: New views
3 Messages — Rating Filter:   Alert me  

[ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

by Nick Burch-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The POI team is pleased to announce the availability of Apache POI 3.5.1
beta 1, our first release including OOXML (Office Open XML) support.

Apache POI is well-known in the Java field as a library for reading and
writing OLE2 office file formats, such as Excel, PowerPoint, Visio and
Word. With POI 3.5, it also support the new OOXML formats introduced in
Office 2007. See http://poi.apache.org/ for more details


Release Highlights:

   POI-SS - Java API To Access Microsoft Excel Format Files
   * This common interface allows access to HSSF (binary file format,
      .xls) and XSSF (ooxml file format, .xlsx) in the same way
   * Very similar to HSSF usermodel, allowing easy translation of old
      code support to the new format
   * All of HSSF should support this interface
   * Partial implementation of XSSF for this interface

   POI-XSSF - Java API To Access Microsoft Excel 2007 OOXML Format Files
   * partial implementation of high level interface
   * text extraction supported
   * low level, low memory parsing supported

   POI-XSLF - Java API To Access Microsoft PowerPoint 2007 OOXML Format Files
   * text extraction supported

   POI-XWPF - Java API To Access Microsoft Word 2007 OOXML File Formats
   * text extraction supported

In addition, all fixes from POI 3.1 FINAL, and from just after, are
included. For full changelog details, and documentation, please see /docs/
in the distribution. The documentation on the website reflects the state
of work on POI 3.1.1.


The source and binaries can be downloaded from your local mirror:
http://www.apache.org/dyn/closer.cgi/poi/dev/

The release is also available from the central Maven repository under
Group ID "org.apache.poi" and Version "3.5.1-beta1". Note that the ooxml
support is not available via Maven, as the dependencies are not packaged.


For the Apache POI Team
Nick Burch

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...


Re: [ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

by Bhushan Jain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
It was said that the next release after 3.1 would contain support for making
charts in Excel(Spreadsheet).
But nothing is mentioned about this in this release.
When will the support for for creating graphs/charts be included?

Thanks,
-----------
Bhushan

Re: [ANNOUNCE] Apache POI 3.5.1 Beta 1 Released

by Yegor Kozlov-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bhushan, I already answered your question earlier. Please do not cross-post it to the @announce lists.

POI 3.5 introduced support for OOXML. The functionality of HSSF is almost the same as in 3.1
If you are willing to help with implementing charts, I can explain where to start.

Yegor

> Hi,
> It was said that the next release after 3.1 would contain support for making
> charts in Excel(Spreadsheet).
> But nothing is mentioned about this in this release.
> When will the support for for creating graphs/charts be included?
>
> Thanks,
> -----------
> Bhushan
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...