excelpython
excelpython copied to clipboard
An open source, easy to use interface for calling Python code from Excel
A few users have mentioned the desire to have modules auto-reload, which certainly would be nice when developing calculations and other things to go along with that. It occurred to...
HI Eric, I have a python function which returns a tuple of Decimals e.g. (Decimal('4.96218411552347000000'), Decimal('4.95415534319262000000'), Decimal('4.94349678841657000000'), Decimal('4.93623882952235000000')) When this is returned to Excel through a UDF, the Py.Var VBA...
Register event handler from Python for automatically triggering it on Excel side.
This was done in ExPy project. So that you can run samples without installing Python.