Registry / serialization / poi-scratchpad

poi-scratchpad

JSON →
library5.5.1javamavenunverified

Provides support for less common Microsoft Office formats like Visio and Publisher.

<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> <version>5.5.1</version> </dependency>
INSTALL
IMPORT
SIG · POI-SCRATCHPAD
P
poi-scratchpad
serializationjavav5.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HSLFSlideShow
org.apache.poi.hslf.usermodel.HSLFSlideShow

Reads a PowerPoint presentation using HSLF.

import org.apache.poi.hslf.usermodel.HSLFSlideShow; import java.io.FileInputStream; public class Example { public static void main(String[] args) throws Exception { HSLFSlideShow ppt = new HSLFSlideShow(new FileInputStream("presentation.ppt")); System.out.println(ppt.getSlides().size()); } }
Debug
Known issues
gotchaScratchpad modules are less stable than core POI; APIs may change.
fix
Check POI changelog before upgrading scratchpad versions.
affects: *
Upgrade
Version history
5.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
poi-scratchpad — mvn dependency:get poi-scratchpad · libregistry