Merging excel workbooks into one using xlwings
I am currently trying to merge a number of excel spreadsheets into one workbook to create a monthly master workbook.
I am currently trying to merge a number of excel spreadsheets into one workbook to create a monthly master workbook.
I’ve read the API docs for xlwings, and played around with Workbook and Sheet objects in the interpreter, but I can’t figure out how to call a macro from Python.