openpyxl.drawing.image module¶
-
class
openpyxl.drawing.image.Image(img, coordinates=((0, 0), (1, 1)), size=(None, None), nochangeaspect=True, nochangearrowheads=True)[source]¶ Bases:
objectRaw Image class
-
anchor(cell, anchortype='absolute')[source]¶ - anchors the image to the given cell
- optional parameter anchortype supports ‘absolute’ or ‘oneCell’
Note
Deprecated: Anchors can be passed in when an image is added to a worksheet
-
path¶
-