Problem with row("")

Hi everyone, I’m having a problem reading an excel column, as I’m trying to read a column whose name has a tilde

row(“CREACIÓN”). ToString = “a”

The problem is that it doesn’t read it by this tilde, when I try to put a text in another cell and print it out, it gives the following “CREACI�N”

I don’t know how I can fix this tildes error, since the file comes from a database and you have to download a different file with the same names of the column with the accents

What locals are the excel file in? Does it match the workflow? Does the charecter look ok, inside excel?
Did you use read range/read cell or read excel?
Have hou reied using index instead? Like
row(1).toString()

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.