Reemplazxzo de caracteres en excel

Hi @mively

Use .Trim() at last where you pass the data.

Or

Dentro del bucle usa la siguiente expresión:

row(“ColumnName”) = row(“ColumnName”).ToString.Trim().Normalize(System.Text.NormalizationFor

Happy Automation