apache-poi

Getting started with apache-poi

Remarks#

The Apache POI Project is a Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft’s OLE 2 Compound Document format (OLE2). In short, you can read and write MS Excel, Word, and Powerpoint files using Java.

Apache POI became a top level project in June 2007 and POI 3.0 artifacts were re-released. Prior to that date POI was a sub-project of Apache Jakarta.

Versions#

Version NameRelease Date
3.112014-12-17
3.122015-05-09
3.132015-09-22
3.142016-03-02
3.152016-09-19
3.162017-04-19

Installation or Setup

Detailed instructions on getting apache-poi set up or installed.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow