replace method
replace
Replaces all cells’ text with a new string.
def replace(self, old_string, new_string):
...
Parameter | Type | Description |
---|---|---|
old_string | str | Old string value. |
new_string | str | New string value. |
See Also
- module
aspose.cells
- class
Worksheet