Been giving this a bit of thought and would suggest that the best way to proceed is to use Excel to create a workbook with an image embedded into it and the properties set just as you require. Next, unzip the .xlsx and take a close look at the xml markup. If you find the part of the markup that triggers this behaviour then it ought to be possible to trace that object within the openxml4j layer. When you have a handle on which openxml4j object to target then it ought to be possible to access that directly initially and, later, to add this functionality into the api because I do not think it currently has it.
Mark B PS it would probably be better to create two .xlsx files and compare them. One should just have the image inserted, the other the image inserted so that it updates. That way, it should be possible to identify the important part of the markup by comparing the two files. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Load-remote-image-inside-excel-sheet-tp5709821p5709830.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
