Hi all,
I have attached the xlsx file. in D column I have amount data which is string. I would like to make all the data upto two decimal.
I have applied - String.Format(“{0:0.00}”, row(“Amount”).ToString) but it is not working. as it is a string column I could not able to use convert.todouble also.
Please share your feed back with me how I going to make it two decimal value for each row of amount column.
data.xlsx (9.0 KB)
Thanks in advance.