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

Binary Excel Specific Sheet Read - Is this possible?

clarrock
8 - Asteroid

Hi,

 

How do i read a specific sheet on an XLSB file? I have multiple XLSB files in a directory/folder and what to read a specific sheet from those files in alteryx (eg Sheet Name = "ABC") and output data from all xlsb files in the folder with sheet name ABC in a union.

 

Is this possible on Alteryx?

 

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @clarrock 

 

Since you know the sheet name, you can configure the Input Data tool to use wild cards "*".  

 

c.png

 

This will read the Dates sheet from all the .xlsb files in the directory.  Change "Dates" to what is required.

 Dan

Labels
Top Solution Authors