replace Methode
replace
Ersetzt den Text aller Zellen durch eine neue Zeichenfolge.
def replace(self, old_string, new_string):
...
Parameter | Typ | Beschreibung |
---|---|---|
old_string | str | Alter Stringwert. |
new_string | str | Neuer Stringwert. |
Siehe auch
- Modul
aspose.cells
- Klasse
Worksheet