keshav
(Kumar keshav)
November 6, 2019, 1:48pm
1
Want to change 1,2,00.00 to 1200 in excel
Hope this expression would help you
Str_output = split(Str_input,”.”)(0).Replace(“,”,””)
The we can use this str_output to be entered in excel either with write cell or with assign actinside a for each row loop
cheers @keshav
Hello @keshav
You can use this component to do it easily without much coding.
https://go.uipath.com/component/number-formatting
1 Like
AshwinS2
(Ashwin S)
November 6, 2019, 2:16pm
4
Hi @keshav
Use String Format Activity
Thanks
Ashwin S
keshav
(Kumar keshav)
November 6, 2019, 3:22pm
5
Thank you
@Palaniyappan
@AshwinS2
@Lahiru.Fernando
Will try all these solution.
Cheers,
Keshav
2 Likes
balupad14
(Balamurugan (BalaReva))
November 6, 2019, 10:25pm
6
Hi @keshav ,
Here is an activity to change the cell format in the excel.
Hi ,
In the release Version 2019.2.0. I have added a new activity called Change Cell Type. It changes the format of the value like below.
[image]
In the Cell Format , can specify the custom format what we have in the excel Like below image.
[image]
Sample : UiPathGoExcel.zip (18.4 KB)
This is the video to configure the package in local.
Here is the link to know about the formats.
Regards
Balamurugan.S
Regards
Balamurugan.S