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