add_external_name方法
add_external_name(text, refer_to)
添加外部名称。
def add_external_name(self, text, refer_to):
...
范围 | 类型 | 描述 |
---|---|---|
text | str | 外部名称的文本。 如果外部名称属于工作表,则文本应为 Sheet1!Text。 |
refer_to | str | 外部名称的引用。它必须是一个单元格或范围。 |
添加外部名称。
def add_external_name(self, text, refer_to):
...
范围 | 类型 | 描述 |
---|---|---|
text | str | 外部名称的文本。 如果外部名称属于工作表,则文本应为 Sheet1!Text。 |
refer_to | str | 外部名称的引用。它必须是一个单元格或范围。 |