insert_text method
insert_text
Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting.
def insert_text(self, index, text):
...
Parameter | Type | Description |
---|---|---|
index | int | The index. |
text | str | Inserted text. |
See Also
- module
aspose.cells
- class
Cell