has_custom_function属性

has_custom_function属性

检测此工作簿中是否使用了自定义函数, 例如在单元格的公式中、在定义的名称中……

定义:

@property
def has_custom_function(self):
    ...

也可以看看