get_ole method

get_ole

Gets the byte array data of the embedded ole object .

Returns

The byte array data of the embedded ole object .

def get_ole(self, uid, sheetname, oleid, label):
    ...
ParameterTypeDescription
uidstrThe unique id for the file cache.
sheetnamestrThe worksheet name.
oleidintThe id for the embedded ole object.
labelanyThe display label of the embedded ole object.

See Also