Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

How to get output for multiple tables into single excel file in multiple sheets

vkarelia12
5 - Atom

Hi, 

I have multiple tables which I want to have an output in single excel workbook with multiple sheets

 

like for eg

table 1 in sheet 1 of x excel

table 2 in sheet 2 of x excel

 

thanks in advance 

1 REPLY 1
cjaneczko
13 - Pulsar

You can specify it in the Output Tool which sheet to write too. Keep in mind though that it may throw an error after writing the first sheet. You will want to add a Block Until Done tool or Control Container for each output so the workflow finishes its write before moving to the next path or container. If this isnt done, you'll get an error saying the file is already in use. Below is an example of a workflow that outputs to one Excel workbook, but writes to different tabs within the workbook.

 

image.png