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.

Output to Password protected Excel File

ricardo_takimoto
5 - Atom

Hi, I already found many posts on how to create password protected excel files, however, what I need to do is update the sheets of an already existing password protected excel file using Alteryx. When I use the Output Tool selecting the protected file I get the error "Unable to read for write", so for now I've been outputing my data to an unprotected file and pasting it on the protected one. Is there a way to output directly to the password protected file?

Any help is appreciated.

2 REPLIES 2
geraldo
13 - Pulsar

@ricardo_takimoto 

 

 

You can use r tool and python tool. The 2 languages ​​support you to manipulate protected excel. Do a search R= excel, link python has several libraries

Sameer_Kanade8810
7 - Meteor

Hey Ricardo,

you can create a cscript vba macro which will unprotect the file for you before appending the data to the output file.

 

 

Labels
Top Solution Authors