Need to delete sheet in excel plz
Of course you can use it. You have to resolve your dependency conflicts. Try removing your top level UiPath.Excel.Activities dependency - the BalaRava package probably has a conflicting version of UiPath.Excel.Activities inside it.
Hi @Soudios,
The BalaReva package doesn’t have a conflict with UiPath.ExcelActivities.
I did the fresh installation of the package.
Is it possible to show the output message while installing the package ?
Thank you
Balamurugan.S
Hi @Soudios
You can use invoke VBA activity
and write the VBA code for this,
Sub deletesheet()
Sheets("yoursheetname").delete
End sub
Thanks
It doesn’t for you, but it might for him if he has different top level versions of those packages.
FYI with Excel Activities as a dependency inside your custom activities package, you don’t even need the top level Excel Activities. Just delete it to avoid conflicts and use the version that’s inside your custom activities package.
Your Go is named Connect. Same URL.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.