copy_image_or_shape method

copy_image_or_shape(self, uid, p)

Copys image or shape.

Returns

The JSON string of the new copied image


def copy_image_or_shape(self, uid, p):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
pSystem.StringThe JSON string for the operation which specify the cell location ,it contains the worksheet name,upper left row,upper left column for the image or shape,etc {name:‘sheet1’,ri:1,ci:1,srcid:2,srcname:‘sheet2’,isshape:true}

See Also