Hello,
I have a list of files:
| File Name | Path |
| File1 | C:\File1.xlsx |
| File2 | C:\File2.xlsx |
I would like to use the above to dynamically generate a list of table names associated with the files:
| File Name | Path | Table Names |
| File1 | C:\File1.xlsx | Table1a |
| File1 | C:\File1.xlsx | Table1b |
| File1 | C:\File1.xlsx | Table1c |
| File2 | C:\File2.xlsx | Table2a |
| File2 | C:\File2.xlsx | Table2b |
| File2 | C:\File2.xlsx | Table2c |
What's the best way to go about doing this?
Thank you.
Solved! Go to Solution.
If you want to retrieve the list of sheet names for a list of Excel files you have two options:
@jjinsig
Just a different way of interpreting your intention.
