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.

Convert excel output to PDF without using Render

Jenina
8 - Asteroid

Hi All,

 

Is there any way to simply convert the excel output to pdf without using table + render as the user wants to retain the excel formatting exactly how it looks.

 

 

Thank you!

 

4 REPLIES 4
OTrieger
14 - Magnetar


Hi @Jenina 
One wqy will be using Python tool calling a pack that can save to PDF and another way is to use Run Command Tool that will call external program, such as excel to save the file as PDF.

apathetichell
20 - Arcturus

https://devblogs.microsoft.com/scripting/save-a-microsoft-excel-workbook-as-a-pdf-file-by-using-powe... - I'd recommend using a powershell script - the python package (pywin32) which is most germane for this doesn't have the level of support I'd vouch for.

Jenina
8 - Asteroid

@apathetichell @OTrieger Hello both - I am new to these tools, can you please share a sample workflow? Test file attached.

 

 

Thanks,

Jenina

apathetichell
20 - Arcturus

I'd recommend asking ChatGPT and looking at the run command tool in Alteryx. This is a pretty complicated workflow and pretty customized.

Labels
Top Solution Authors