copy_image_or_shape方法
copy_image_or_shape
复制图像或形状。
返回
新复制的图像的JSON格式字符串
def copy_image_or_shape(self, uid, p):
...
范围 | 类型 | 描述 |
---|---|---|
uid | str | 文件缓存的唯一 ID。 |
p | str | JSON 指定单元格位置的操作格式字符串,包含工作表名称、左上行、左上列图像或形状等 {name:‘sheet1’,ri:1,ci:1,srcid: 2,srcname:‘sheet2’,isshape:true} |