get_custom_calculated_formula方法
get_custom_calculated_formula(is_r1c1, is_local)
获取此列表列的公式。
返回
此列表列的公式。
def get_custom_calculated_formula(self, is_r1c1, is_local):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 公式是否需要格式化为R1C1。 |
is_local | bool | 公式是否需要按语言环境格式化。 |
获取此列表列的公式。
此列表列的公式。
def get_custom_calculated_formula(self, is_r1c1, is_local):
...
范围 | 类型 | 描述 |
---|---|---|
is_r1c1 | bool | 公式是否需要格式化为R1C1。 |
is_local | bool | 公式是否需要按语言环境格式化。 |