Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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