I have a pretty simple question but couldnt find a way to do.
I get the column index as “columnIndex” variable, it could be 0 which is ‘A’ or could be 3 which is ‘D’ etc.
ı need something to change this to letter for example if the column index is 0 I want to save it as A or if its 1 I want to save it as B.
Any suggestions?
@jntrk
can not make out the relation from unattended bot and including the package by dependency manager. Maybe you have to configure the feeds e.g. by:
hi Mate - to resolve your problem instead of third party dependency you can also achieve it in studio itself.
you can refer my very old sample(posted in 2017) link on the forum. let me know if you will face any error.
Hi @aksh1yadav ,
Hope you are doing well.
I downloaded your solution Excel_Column_Name_mapping.xaml . But according to my project requirement column B must be 1. Could you please suggest any modification in the current solution.
Thanks in advance.
Hi @jack.chan thank you for your reply.
What my requirement is that if i give ‘1’ in UiPath.Excel.Helpers.ExcelUtilities.ConvertColumnIndexToColumnLetter(13) here instead of 13 I should get B. Likewise for 2-c,4-d. Could you please suggest if that is possible