I am using the activity Read Range Excel and write range excel, however, the UiPath for some reason is not writing correctly, it is forcing unnecessary formatting
The values read are in this format: 5.0593000
and when written it forces to this: 50593000 (without the comma)
I also thought about it, because previously I was performing this RPA on a US machine, but when trying it on my machine (PT-BR) I have the same problem
Can you please show how the data is shown in locals panel when you read the data…and please sue display value instead of raw value…then if comma is present to preserve we can try replacing comma with dot and paste it back to let excel understand the difference
and are you doing any manipulations in between? and trying to change that column data?
Ok, the values are read like this and I need them to stay like this when pasted into another excel. I don’t do any manipulations in between, I just read and write
Can you please show the data after reading how it looks in the locals panel…when ruinning in debug…do a step into and after reading open locals panel and show the data
Also if you are only reading and writing can you try using copy sheet instead?