replace method
replace
Replace text of the cell with options.
def replace(self, place_holder, new_value, options):
...
Parameter | Type | Description |
---|---|---|
place_holder | str | Cell placeholder |
new_value | str | String value to replace |
options | ReplaceOptions | The replace options |
See Also
- module
aspose.cells
- class
Cell