ole method

ole(self, uid, sheetname, oleid, label)

Gets the byte array data of the embedded ole object .

Returns

The byte array data of the embedded ole object .


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

See Also