insert_image方法

insert_image

从文件流或 URL 插入工作表中的图像(应提供文件流或 URL) 或者 当 p.type 是 AutoShapeType 之一时插入形状

返回

插入图片的JSON格式字符串

def insert_image(self, uid, p, s, image_url):
    ...
范围类型描述
uidstr文件缓存的唯一 ID
pstrJSON 操作的格式字符串,指定单元格位置、工作表名称、图像的左上行、左上列等 {name:‘sheet1’,ri:1,ci:1}
sio.RawIOBase图像文件的文件流
image_urlstr图像文件的 URL

也可以看看