Replace text in a workbook using Regular Expression

Contents
[ ]

Aspose.Cells provides a feature to replace text in a workbook using a regular expression. For this, the API provides the RegexKey property of the ReplaceOptions class. Setting the RegexKey to true indicates that the searched key will be a regular expression.

The following code snippet demonstrates the use of the RegexKey property by using the sample Excel file(101089318.xlsx). The output file(101089319.xlsx) generated by the following code snippet is attached for reference.

Sample Code