ExcelPython v2.0.6
·
26 commits
to master
since this release
-
Added variable arguments length UDFs
@xlfunc def my_udf(x, *y): ...
All attributes apply to each single argument passed, for example
@xlfunc @xlarg("y", dims=2) def my_udf(x, *y): ...
will ensure that each element of
yis 2-dimensional, notyitself. -
VBA7/64-bit
PtrSafebug fix inxlpython.bas