POI
Introduction[edit]
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[edit]
- download poi-bin-3.2-FINAL-20081019.zip
- add poi-3.2-FINAL-20081019.jar to application
Projects[edit]
- ExcelTest