ExcelPython v2.0.3
ericremoreynolds
released this
19 Aug 15:49
·
68 commits
to master
since this release
Some minor changes
- Added the
$(WorkbookDir)
macro for use inxlpython.cfg
- Added
@xlsub
decorator for defining user-defined subprocedures (as opposed to functions) - Added
vba
keyword argument in@xlarg
decorator, enabling you to hard-code argument values to a VBA expression evaluated at runtime - very useful for passing objects likeApplication
orThisWorkbook
to the Python function - COM objects are automatically wrapped using
win32com.client.Dispatch
when passed to Python so that they can be used dynamically without extra code.