Hi, I have standart exel and its data changes mountly(I collumn). Its data came from another excel with “Write Range Workbook”. But when I paste this data function in “I4” not working. I have to cahnge column type and click double on number. How can I do this automatically?
After pasting the data please try using format cell or range activity and provide the format as double
https://docs.uipath.com/activities/docs/format-range-x
Cheers
That might be because of the format of your number i see comma as the decimal separator and excel is not interpreting it properly…
Try making the column as double in your datatable
Cheers