I want to remove the commas of the Amount column (if the commas exist), and if not, it will convert all of the column values to NUMBER . The input string may vary. The current input format of Amount Column is Accounting
How may I perform this action by excel automation conveniently and quickly?
Gokul001
(Gokul Balaji)
March 1, 2022, 5:49am
2
HI @Tanzill_Ahsan
Welcome back to community
Try like this
Download the package BalaReva.Excel. Activities
And use change cell type activity and refer this link to know about the activity
Regards
Gokul
thank you @Gokul001
but I am not finding the activities that you have mentioned in your SS. Here I am adding the design of mine.
Gokul001
(Gokul Balaji)
March 1, 2022, 6:31am
4
Have you enabled modern design ?
Gokul001
(Gokul Balaji)
March 1, 2022, 6:37am
5
Okay you can also use this
You have given cell range statically instead use like this
“C2:C”+DtVariable.Rows.Count.tostring
I think so the last line will be not replacing anyping in the excel if the last row of the excel did not get updated use this
“C2:C”+(DtVariable.Rows.Count+1).tostring
Regards
Gokul
Still the comma is visible on the excel file after a successful run of the uipath project file
@Gokul001
Gokul001
(Gokul Balaji)
March 1, 2022, 6:46am
8
Then you will able to find that
What version of studio are you using and what is the version of the excel.actvities are you using?
@Gokul001
Version of UiPath Excel Activities 2.12.0
Version of UiPath Studio
Gokul001
(Gokul Balaji)
March 1, 2022, 7:01am
10
Do you have any license for you your machine?
Gokul001
(Gokul Balaji)
March 1, 2022, 7:07am
12
So can you uninstall the studio and download the stable version from orchestrator?
system
(system)
Closed
March 4, 2022, 7:10am
14
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.