POI: Difference between revisions
(New page: =Introduction= The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In ...) |
|||
| Line 2: | Line 2: | ||
The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. POI is your Java Excel solution (for Excel 97-2007). However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate. | The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. POI is your Java Excel solution (for Excel 97-2007). However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate. | ||
=Installation | =Installation= | ||
* download poi-bin-3.2-FINAL-20081019.zip | * download poi-bin-3.2-FINAL-20081019.zip | ||
* add poi-3.2-FINAL-20081019.jar to application | * add poi-3.2-FINAL-20081019.jar to application | ||
Revision as of 21:57, 14 June 2009
Introduction
The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format, and Office OpenXML format, using pure Java. In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. POI is your Java Excel solution (for Excel 97-2007). However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.
Installation
- download poi-bin-3.2-FINAL-20081019.zip
- add poi-3.2-FINAL-20081019.jar to application