get方法
get(index)
添加 API for Python Via .Net.since this[int index] is unsupported
返回
def get(self, index):
...
范围 | 类型 | 描述 |
---|---|---|
index | int | 元素的从零开始的索引。 |
get(sheet_name)
添加 API for Python 通过 .Net.since this[string sheetName] 不受支持
返回
def get(self, sheet_name):
...
范围 | 类型 | 描述 |
---|---|---|
sheet_name | str | 工作表名称 |