Is it possible to lock a excel file but the bot can open it to do the process

is it possible to lock a excel file but the bot can open it to do the process

@Soudios

You can do in two ways

  1. Password protect the excel, and provide the password to the excel application scope

  2. Encryption of the file : By using Cryptography activities, Use Encrypt File activity to encrypt entire file using a key, now use Decrypt File activity to decrypt the file and that file can be used in your bot process

image

Hope this will help you

Thanks

2 Likes

thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.