Using openpyxl an image can be inserted in a workbook using:
img = openpyxl.drawing.image.Image(img_name) img.anchor = \'D2\' mywb.add_image(img)