replace方法

replace

用新字符串替换所有单元格的文本。

def replace(self, old_string, new_string):
    ...
范围类型描述
old_stringstr旧字符串值。
new_stringstr新的字符串值。

也可以看看