Bug 55955 - Filling an existing ppt table stopped working with 3.9
Summary: Filling an existing ppt table stopped working with 3.9
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.9-FINAL
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-06 07:53 UTC by j.blecking
Modified: 2015-11-16 23:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description j.blecking 2014-01-06 07:53:51 UTC
I have a program to write content in an existing ppt file with a table in it:

for (int i = 0; i < 7; i++) {
  ((Table)(ppt.getSlides()[6].getShapes()[17])).getCell(i+1, 1).setText("...");
  ((Table)(ppt.getSlides()[6].getShapes()[17])).getCell(i+1, 2).setText("...");
}

This stopped working with the 3.9 release and it still doesn't work with 3.10 beta 2. Because of that we are using 3.8.

Maybe it has something to do with bug #54111?

Kind regards,
Jens
Comment 1 Andreas Beeker 2015-05-21 21:07:18 UTC
I've added another regression case with tables from 3.11 to 3.12 :(
The ApacheconEU08 example doesn't work anymore too ...
I fix both as part of the common sl branch.
Comment 2 Andreas Beeker 2015-11-16 23:57:10 UTC
this was already fixed, but I've added a test with r1714715