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)
{
…..."[0-9]" )"""; I’ve made a comparable function for checking if...check the Aspose.Cells documentation for any known issues related...