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)
{
…...net johand13024 January 22, 2025, 10:15am 1 I’m creating a Excel...Professionalize.Discourse January 22, 2025, 10:16am 2 @johand13024 It seems...