Hello Alteryx community,
I have a folder of xls and xlsx spreadsheet files, each with different tab names. I am only interested in importing the first tab of the spreadsheet (so perhaps a formula would work here), how do I go about doing this?
For example:
a.xlsx have a first tab named 'x'
b.xlsx have a first tab named 'y'
c.xls have a first tab named 'z'
d.xls have a first tab named 'w'
I figured that using directory, followed by a macro (control parameter, update value with formula, input data) would work here. But it seems that the table or query in input data requires me to specify the tab name for the template, and this workflow would not work when there are differing tab names.
Thank you!