I have essentially the converse of the problem answered in Python - Win32com - Open Workbook & Create a New Excel File for Each Tab. I need to iterate recursively thru a set of folders and copy the single tab containing data in a bunch of individual xls files into a single target xls, renaming the tabs appropriately as I go.
I have no formatting or formulae to copy, so nothing fancy needed here. Just first sheet in the individual xls files appended into the target xls.
Thanks in advance for any ideas/snippets.