Replace text in a workbook using Regular Expression with Golang via C++

Contents
[ ]

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

The following code snippet demonstrates the use of the GetRegexKey() property by using the sample excel file. The output file generated by the following code snippet is attached for reference.

Sample Code