On Thu, Jan 21, 2010 at 11:29 AM, Joe Dente <[email protected]> wrote: > Filip, > > What do you mean by re-read the file after every save? I modified my > prototype so that after every call to save the PowerPoint slide I create > a new handle to the SlideShow ('ppt = new SlideShow(new > FileInputStream(file))' or just call 'createPpt' with the same filename > in the prototype) and use the new handle to perform the createSlide and > save operations. This change has no effect and I still end up getting a > corrupt slideshow.
Yes, that's what I did - just do a Workbook wb = new XSSFWorkbook(...) after save. Doesn't seem to work in your case though... - Filip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
