I'm trying to fill a cell in an xlsx file:
The values I'm using is "Ybañez"
And when I filled the excel file I got "Ybañez"
I'm filling it like Range["A1"].Text = "Ybañez"
Is there any encoding to specify?
I have the same issue when I was trying to fill PDF
Thanks,
Panagiotis