How to enable editing in excel in uipath

Hi all,

How can i write into excel when it is in protected mode, any activity for that?

Thanks in advance :slight_smile:

Hi,

Using Excel Application Scope, that has a property
EditPassword if the excel can be edited only with a password and also a
Password property, if the whole table is protected.

And I have found this…

Hi,

The sheet is not password protected, just we need to click enable edit option, so for that i want to know whether any activity is there or not.

Please find the attached screenshot

Hi,
If I try to do something in an excel, that is protected like this, I do not have any problems. I tried using Excel Application Scope and to see if it works, I’ve created a random datatable that I put in an AppendRange activity, and it worked! What would you like to do in that excel? If something that you can do in Excel Application Scope, it has to work.

2 Likes

Hello!

This is not a problem when you use “Excel Application Scope” activity. It will work without problems :slight_smile:

Regards,

2 Likes

same issue happened in my current project as well, so if anyone knows how to get rid of it, please let me know. Thanks…!!

@mitradev_das As like @Lucas.Pimenta you can use excel application scope to get rid of this issue

1 Like