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.
H
Another simple way if you already open a excel.
xw.apps.active.macro('yourMacro')(1, 2)