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)
{
…...that my regex is correct. I’ve simplified the regex to confirm...confirm it’s not a regex problem. This results in the same problem:...