Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to write a lot of sheets from one excel file to multiple files?

jonnyrask
8 - Asteroid

Hi,

 

I have one excel file with multiple sheets. How can I take each sheet and output it to its own .xslx file. I would want to keep the same sheet name as the file name.

 

Thanks!

4 REPLIES 4
fmvizcaino
17 - Castor
17 - Castor

Hi @jonnyrask ,

 

Here is a suggestion showing how to do it.

1. Input - option 'List of sheet names' to get all sheets available

2. Formula - create the filename for the dynamic input

3. Dynamic input - read all sheets from the file - all sheets must have the same structure of columns to work

4. Formula - create the filename for the output.

 

Best,

Fernando Vizcaino

jonnyrask
8 - Asteroid

How do i set it to a file path?

fmvizcaino
17 - Castor
17 - Castor

Hi @jonnyrask ,

 

I inserted the path in the second formula. Please find attached.

Best,

Fernando Vizcaino

jonnyrask
8 - Asteroid

Hi, I think you uploaded the wrong file, because nothing has changed. Thanks!

Labels