Hi there, I used the code from http://poi.apache.org/hslf/how-to-shapes.html#OLE to get access to an hssfworkbook embedeeded in to a slideshow. This workbook contains two slides, a datatable and a diagramm. I have updated the diagram using the HSSF features of POI 3.1_beta. But now i need to write back the made changes. Since the code from the webpage contains HSSFWorkbook wb = new HSSFWorkbook(data.getData()); and all changes were applied to wb, I have a copy of the workbook - so I somehow need to convert this workbook back into the OLEShape or ObjectData or whatever but I do not know how. Can some explain it to me? Thank you!
Kind regards Joern --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
