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.