We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Exporting specific Excel Sheets into a PDF without changing the source format in Alteryx?

Alteryxexpert
8 - Asteroid

I'm Trying to Export specific Excel Sheets into a PDF without changing the source format(Excel).

 

In the excel (Print Area is defined), I just want to export the Print area of the excel sheets into a pdf file , is this possible in Alteryx?

3 REPLIES 3
apathetichell
20 - Arcturus

python/visualbasic/powershell is your friend here - this won't work in alteryx natively.

Alteryxexpert
8 - Asteroid

Do you have any idea how to integrate VB and Powershell code in alteryx. Is there any place can i get the codes?

apathetichell
20 - Arcturus

For VB/Powershell - you'd need to run via run command - for python - you'd run in the python tool. I'd recommend stack overflow for python. looks like most recommendations focus on pywin32- which doesn't have the userbase I'm comfortable with.

Labels
Top Solution Authors