https://bz.apache.org/bugzilla/show_bug.cgi?id=58733
Bug ID: 58733
Summary: New AIOOBE in getCell while iterating through a table
in PPT
Product: POI
Version: 3.14-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: HSLF
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33348
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33348&action=edit
File from govdocs1
With 3.14-beta1-rc1, we're now getting 113 new exceptions out of ~7000 ppt
files compared with 3.13-final.
java.lang.ArrayIndexOutOfBoundsException: 1
at org.apache.poi.hslf.usermodel.HSLFTable.getCell(HSLFTable.java:125)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.extractTableText(PowerPointExtractor.java:327)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.getText(PowerPointExtractor.java:258)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.getText(PowerPointExtractor.java:173)
Again, apologies for not an actual unit test:
InputStream is = new FileInputStream(new File(dir, fName));
PowerPointExtractor ex = new PowerPointExtractor(is);
System.out.println(ex.getText());
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]