Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dothinking/PyAddin
/ save
Method
save
pyaddin/xlam/vba.py:24–26 ·
view source on GitHub ↗
Save add-in.
(self)
Source
from the content-addressed store, hash-verified
22
23
24
def
save(self):
25
''
'Save add-in.'
''
26
self.wb.Save()
27
28
29
def
import_module(self, module_file:str):
Callers
1
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected