POI

From Wiki RB4
Revision as of 21:56, 14 June 2009 by UweHeuer (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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