I would like to add one decimal in column A like shown below. But since the column A has that green point on his left side in every cell, I couldn’t do that. So I have to text to column column A and then add one decimal point.
When you place a cursor on the cell , the symbol like warning will appear at the right edge of cell . Click that and select option to “Convert to Number” .
if you want a write a code in ui path… first read the values by using read range then convert your decimal values to string and then update in excel sheet
From where you are writing this? From a datatable or some other Excel or some other source?
Well if you are writing it from datatable then you can have a column type Number with Decimal type then if you will write it into an excel you won’t get this.