Hello guys, i have a slight problem. I am generating a datatable from a text that is stored in a excel cell. When i generate the data table, some of the columns become a System.Int32, System.Decimal and it is bad, because I need to convert each rows value to a variable of string and put it in a API call. How can I format the table to string?
I get this trouble with columns from 1 to 5, because there will always be a random set of numbers in it.
The wizzard:
The errors: