Hi,
I am trying to get all the data from an excel documents containing multiple sheets (PFA)
I am getting partial success. Only a few of the sheets are being extracted.
1. Why is this happening?
2. What am I doing wrong?
Thanks,
Harshad
Hi @HBarge, your approach would have if all tabs of the file would have had the same data/column structure. Since it changes tab-to-tab in your case, Alteryx feels the need for the use of a Macro based approach to reading in the data. I have modified your solution to bring data in using a macro for you to build upon.
I hope this helps!
Hi @AbhilashR Thank you for that however, I am unable to open the packaged workflow.
I am using Alteryx 2019.4
What does the Macro include that I can replicate at my end?