get_ole方法
get_ole
获取嵌入的 ole 对象的字节数组数据。
返回
嵌入的 ole 对象的字节数组数据。
def get_ole(self, uid, sheetname, oleid, label):
...
范围 | 类型 | 描述 |
---|---|---|
uid | str | 文件缓存的唯一 ID。 |
sheetname | str | 工作表名称。 |
oleid | int | 嵌入的 ole 对象的 id。 |
label | any | 嵌入的 ole 对象的显示标签。 |
获取嵌入的 ole 对象的字节数组数据。
嵌入的 ole 对象的字节数组数据。
def get_ole(self, uid, sheetname, oleid, label):
...
范围 | 类型 | 描述 |
---|---|---|
uid | str | 文件缓存的唯一 ID。 |
sheetname | str | 工作表名称。 |
oleid | int | 嵌入的 ole 对象的 id。 |
label | any | 嵌入的 ole 对象的显示标签。 |