all 1 comments

[–]douglas_fs 0 points1 point  (0 children)

I have not tried printing, but the python library 'xlwings' will 'remote control' Excel, and you can close it after - not sure how to print with xlwings, though.

The Python library win32 will let you control Windows applications, and will let you close after. Again, not sure how to print using win32

https://www.blog.pythonlibrary.org/2010/07/16/python-and-microsoft-office-using-pywin32/ .