Hi Romain, > As a result, I would like to "refresh" the pre-rendered version: do you know > how I can do that with Apache POI? (or at least "zap" this pre-rendered > version and hope that Powerpoint will re-render it when I open the > slideshow).
I've implemented some code for the old format - see "unsolved issue" in [1]. The problem is, embedded objects are AFAIK not updated automatically, only when they are activated (via double-click). So you could replace the preview image, but POI currently can't provide you with a spreadsheet thumbnail. If you need code for a "please double click me" image, I could put something together. Andi. [1] http://stackoverflow.com/questions/2849102/embedding-hssfexcel-into-hslfppt-using-apache-poi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
