hi everyone,
i have a problem , when i am trying rename my workbook but the specific sheet i need rename a specific sheet for example, oldSheet with newSheet, what is the idea, please help me.
regards.
hi everyone,
i have a problem , when i am trying rename my workbook but the specific sheet i need rename a specific sheet for example, oldSheet with newSheet, what is the idea, please help me.
regards.
Hi @elvbis,
you can refer this post @aksh1yadav
Refer this xaml and you need to modify little bit.
Regards,
Arivu
It might be better to use Select Range to select your sheet. You can hardcode the name or using a WorkbookApplication variable (wb for example) you can access the sheet names in an array. wb.GetSheets(0)
would give you the first sheet.
very good,
thank you for you input.
regards.
Hi @elvbis,
Hi ,
Here I have attached a custom activity to rename the excel sheet.
Regards
Balamurugan.S
Hi,
I have the custom activity for this. Let me know if you need that.
DV
Hi @deepak1745
I need that
Can u explained, how to use that custom activity in my workflow
Hi,
Do you need the nuget package with âRename Excel sheetâ Activity?
Deepak
Hi @balupad14
Iâm Getting error when Iâm opening your workflow , please can you explain how to insert that
"Could not find type âBalaReva.Excel.Others.RenameSheetâ in assembly âBalaReva.Excelâ. "
Install the package from community. You can see the activity!
hi,
download this component https://github.com/inforoy/UipathExcelUtility/tree/master/nuget%20package and install in your studio and use component called RenameSheet it is very simple.