ExcelPython v2.0.3
·
68 commits
to master
since this release
Some minor changes
- Added the
$(WorkbookDir)macro for use inxlpython.cfg - Added
@xlsubdecorator for defining user-defined subprocedures (as opposed to functions) - Added
vbakeyword argument in@xlargdecorator, enabling you to hard-code argument values to a VBA expression evaluated at runtime - very useful for passing objects likeApplicationorThisWorkbookto the Python function - COM objects are automatically wrapped using
win32com.client.Dispatchwhen passed to Python so that they can be used dynamically without extra code.