How to Password protect output file?
Which tool can we use to add password in output excel file?
@Shubham07 does this help
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Input-and-Output-password-protected-XLSX-files-in-Alteryx/td-p/142295
It can be encrypted using Python interface tool. You will need to install those packages to achieve the goal.
Python libraries that can support password-encryption are:
pywin32, msoffcrypto etc