insert_text方法

insert_text

向单元格中插入一些字符。 如果单元格格式丰富,此方法可以保留原始格式。

def insert_text(self, index, text):
    ...
范围类型描述
indexint索引。
textstr插入的文本。

也可以看看