Apache | POI |
Home |
|
POI-HSLF and and POI-XLSF - Java API To Access Microsoft Powerpoint Format FilesPOI-HSLFHSLF is the POI Project's pure Java implementation of the Powerpoint '97(-2007) file format. HSLF provides a way to read, create or modify PowerPoint presentations. In particular, it provides:
Note
This code currently lives the
scratchpad area
of the POI SVN repository.
Ensure that you have the scratchpad jar or the scratchpad
build area in your classpath before experimenting with
this code - the main POI jar is not enough.
The quick guide documentation provides information on using this API. Comments and fixes gratefully accepted on the POI dev mailing lists. POI-XSLFXSLF is the POI Project's pure Java implementation of the PowerPoint 2007 OOXML (.xlsx) file format. Whilst HSLF and XSLF provide similar features, there is not a common interface across the two of them at this time. Please note that XSLF is still in early development and is a subject to incompatible changes in future. A quick guide is available in the XSLF Cookbook |