Replace Method
Replace function
Replaces all cells’ text with a new string.
func (instance *Worksheet) Replace(oldstring string, newstring string) (int32, error)
Remarks
See Also
- Class Worksheet
- Library Aspose.Cells for Go
Replaces all cells’ text with a new string.
func (instance *Worksheet) Replace(oldstring string, newstring string) (int32, error)