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?
python/visualbasic/powershell is your friend here - this won't work in alteryx natively.
Do you have any idea how to integrate VB and Powershell code in alteryx. Is there any place can i get the codes?
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.