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.

Excel: read multiple sheets separately

tomekgagola
7 - Meteor

I have long excel dump of data with number of tabs (in excess of 100). All sheets are named starting from Sheet1 to Sheet1**.

Data in sheets is all over the place so before I can UNION all sheets I need to bring into the same format and column order. 

I use Dynamic Input to read sheet names but struggling to find the way to import sheet by sheet separately. 

I can do it manually and read sheet by sheet but wondered about automated solution.

1 REPLY 1

Hello @tomekgagola 

 

Is the problem that you can't union the different sheets since they have different format? If yes, have you tried to use a batch macro and configure it to read in the different sheets and stack data based on Columns' Name? TY!

Labels
Top Solution Authors