I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL.
Consider the following code:
public void AddDataValidation(CellArea cellArea, Column column, Worksheet worksheet)
{
…...with REGEXTEST does not work Aspose.Cells Product Family cells-net...think this is a bug? I’m using Aspose.Cells/25.1.2 Professionalize...