You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

RELEASE-NOTES.txt 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. The Apache POI is pleased to announce the release of POI 3.8. The release is available for download at:
  2. http://poi.apache.org/download.html
  3. See the full release notes below for details about this release.
  4. Release Notes -- Apache POI -- Version 3.8
  5. Introduction
  6. ------------
  7. Apache POI is well-known in the Java field as a library for reading and
  8. writing Microsoft Office file formats, such as Excel, PowerPoint, Visio and
  9. Word. See http://poi.apache.org/ for more details
  10. Apache POI 3.8 is an incremental feature release based on and
  11. compatible with earlier POI 3.8-beta* releases. POI 3.8 is considered stable and recommended for production use.
  12. Release highlights:
  13. * NPOIFS: NIO driven API to read OLE2 filesystems with low memory footprint.
  14. * SXSSF: a low-memory footprint API built on top of XSSF that can be used when very large spreadsheets have to be produced, and heap space is limited
  15. * poi-excelant: Ant tasks for running POI against a workbook
  16. * Supported evaluation of new Excel formulas: IRR,NPV,MROUND,VAR,VARP,CLEAN,CHAR,ADDRESS,HOUR,MINUTE,SECOND,RATE,WORKDAY,NETWORKDAYS,SUMIFS,RANK
  17. * XSLF usermodel API: POI's implementation of the PowerPoint 2007 OOXML (.xlsx) file format. XSLF provides a rich usermodel API and a PPTX2PNG utility to export slides to images.
  18. * WordToFO, WordToHtml and WordToText converters: utilities to export MS Word .doc files into XSL-FO, html and text files. Output from WordToFO can be used to convert .doc files to pdf using Apache FOP.
  19. Other notable changes:
  20. * Numerous improvements and refactorings in HWPF, Java API for MS Word .doc files: support for reading
  21. footnotes, endnotes and bookmarks, improved support for hadlings tables, paragraphs, text runs and much more...
  22. * Initial support for charts in XSSF
  23. * support for OOXML Agile Encryption
  24. A full list of changes is available in the change log: http://poi.apache.org/changes.html.
  25. People interested should also follow the dev mailing list to track further progress.
  26. Release Contents
  27. ----------------
  28. This release comes in two forms:
  29. - pre-built binaries containing compiled versions of all Apache POI components and documentation
  30. (poi-bin-3.8-20120326.zip or poi-bin-3.8-20120326.tar.gz)
  31. - source archive you can build POI from (poi-src-3.8-20120326.zip or poi-src-3.8-20120326.tar.gz)
  32. Unpack the archive and use the following command to build all POI components with Apache Ant 1.6+ and JDK 1.5 or higher:
  33. ant jar
  34. Pre-built versions of all POI components are also available in the central Maven repository
  35. under Group ID "org.apache.poi" and Version "3.8"
  36. All release artifacts are accompanied by MD5 checksums and a PGP signatures
  37. that you can use to verify the authenticity of your download.
  38. The public key used for the PGP signature can be found at
  39. http://svn.apache.org/repos/asf/poi/tags/REL_3_8_FINAL/KEYS