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.
SOLVED

Combining Multiple Excel Files into Separate Sheets in a Single Output File

adarsh2608
8 - Asteroid

"I have five Excel files, each with different column names and containing approximately 55,000 to 100,000 entries. I want to combine these files into a single Excel file, where each input file is added as a new sheet in the output Excel file. I tried using the block command, but it didn't work because I encountered an issue with one of the Excel files."

3 REPLIES 3
cjaneczko
13 - Pulsar

What is the error you are receiving and what does your workflow look like? 

adarsh2608
8 - Asteroid

Hello @cjaneczko 

 

First i tried with render . But it is taking around 30 min to  complete the task

Then when i tried using union and forumula tool it is creating multiple sheets but columns are shared in all sheets where these columns are either of different excel.sheet

binuacs
21 - Polaris

@adarsh2608 try the below batch macro

image.png

Labels
Top Solution Authors