When Excel addin runs 'RunPython()', Workbook.caller() raise an error
问题 I found xlwings is a very exceptional project as a bridge between Excel and Python. So I am applying it to my excel addin development. But I got some problem. When excel addin calls python module, the Workbook.caller() does not return Workbook object(addin workbook itself)! Just Error! Instead of Workbook.caller(), I make use of 'Workbook() passing by 'Current ActiveWorkbook's name'. But in that case, I'm afraid that 'Optimize_connection= true' may raise memory garbage issue! (If 'IsAddin'