ExcelPython v2.0.6
ericremoreynolds
released this
29 Sep 11:25
·
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
y
is 2-dimensional, noty
itself. -
VBA7/64-bit
PtrSafe
bug fix inxlpython.bas