Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Password Protect my Excel output

clarrock
8 - Asteroid

Hi Team,

 

Is there a way to output a password protected xlsx file. I know there a Protected Output macro tool, but I'm unable to download the thrid party tool because of restrictions. Is there a workaround? 

Appreciate the help

 

 

 

1 REPLY 1
echuong1
Alteryx Alumni (Retired)

A macro is essentially smaller tools that have been packaged up, so technically you could replicate the work yourself. If you right click on the macro, you can look at the underlying tools/code.

 

Another workaround is to us R to python. This link may be helpful:

https://stackoverflow.com/questions/50867641/how-do-i-password-protect-an-excel-file-created-in-r-wi... 

Labels
Top Solution Authors