I\'m using openpyxl to extract image cell info
openpyxl
sheet_images = sheet._images for image in sheet_images: row = image.anchor._from.row + 1 c