Question subject: How to delete/remove images from excel 2007 using POI.
Posted: Wed Oct 05, 2011 8:13 am
Joined: Wed Oct 05, 2011 8:06 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
I am trying to delete an image from Excel 2007 using POI. Through JXL, it is possible but JXL only supports for 2003 version but I need to do for Excel 2007. Using POI, I can insert images in Excel 2007, removing method is not provided by POI. If any idea, how to write Java API for deleting images from an excel 2007, Please tell me.