Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dothinking/PyAddin
/ close
Method
close
pyaddin/addin.py:50–52 ·
view source on GitHub ↗
Close add-in and exit Excel.
(self)
Source
from the content-addressed store, hash-verified
48
49
50
def
close(self):
51
''
'Close add-in and exit Excel.'
''
52
self.excel_app.Application.Quit()
53
54
55
def
create(self, vba_only:bool=False):
Callers
2
init
Method · 0.95
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected