Kill Xlwings Python Process On Workbook Close When Using Optimized Connection
I want to start using 'optimized connection' feature of xlwings (v 0.11.4), but I would like to be able to kill Python process when I close the workbook (even if Excel instance is
Solution 1:
The link below might be helpful where you can quit app directly (which will close and kill excel application).
I cannot close Excel 2016 after executing a xlwings function
Best Regards, Python Beginner
Post a Comment for "Kill Xlwings Python Process On Workbook Close When Using Optimized Connection"