Apache POI

Apache POI
Developer(s) Apache Software Foundation
Stable release 3.11 / December 21, 2014[1]
Operating system Cross-platform
Type API to access Microsoft Office formats
License Apache License 2.0
Website http://poi.apache.org

Apache POI, a project run by the Apache Software Foundation, and previously a sub-project of the Jakarta Project, provides pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel.

History and roadmap

The name was originally an acronym for "Poor Obfuscation Implementation",[2] referring humorously to the fact that the file formats seemed to be deliberately obfuscated, but poorly, since they were successfully reverse-engineered. This explanation – and those of the similar names for the various sub-projects – were removed from the official web pages in order to better market the tools to businesses who would not consider such humor appropriate. The original authors (Andrew C. Oliver and Marc Johnson) also noted the existence of the Hawaiian poi dish, made of mashed taro root, which had similarly derogatory connotations.[3]

Office Open XML support

POI supports the ISO/IEC 29500:2008 Office Open XML file formats since version 3.5. A significant contribution for OOXML support came from Sourcesense,[4] an open source company which was commissioned by Microsoft to develop this contribution.[5] This link spurred controversy, some POI contributors questioning POI OOXML patent protection regarding Microsoft's Open Specification Promise patent license.[6]

Architecture

The Apache POI project contains the following subcomponents (meaning of acronyms is taken from old documentation):

The HSSF component is the most advanced feature of the library.[9] Other components (HPSF, HWPF, and HSLF) are usable, but less full-featured.[10][11]

The POI library is also provided as a Ruby[12] or ColdFusion extension.

See also

References

  1. "Apache POI 3.11 released". 2014-12-21. Retrieved 2015-01-04.
  2. Sundaram, Elango (2004-03-22), Excelling in Excel with Java, Java World
  3. POI homepage from October 2004, Coyote Song, archived from the original on 2004-10-15, showing original explanations for naming.
  4. SourceSense
  5. "Microsoft Eyes Open Source Components for Office 2007". Information Week. 26 March 2008. Retrieved 1 March 2009.
  6. POI development mailing list archives, March 2008
  7. Codeplex NPOI, Microsoft
  8. POI-HSMF, Apache
  9. POI-HSSF, Apache
  10. POI-HWPF, Apache
  11. POI-HSLF, Apache
  12. POI-Ruby, Apache

External links