[IronPython] Python scripting on Excel spreadsheet
Narinder Claire
narinder.claire at googlemail.com
Sat Jul 4 13:03:23 CEST 2009
We have been able to embed the the IronPython interpreter into an Excel
xll addin allowing one to write Python functions straight onto a Excel
spreadsheet which can then be used to evaluate the values of cells.
This embedding is demonstrated in one of the 'Extra Examples' shipped
with the free and open source software xlw.
xlw ( v4 ) can be downloaded from here :
http://sourceforge.net/project/showfiles.php?group_id=45222&package_id=37893&release_id=690866
The example was created as a demo of IronPython on a spreadsheet and is
intended to be extended by the user for his/her own needs.
If anyone would like to extend the example to be more 'sexier' and
contribute the result to xlw for shipping with next release ( 4.0.0 )
that would be great.
More information about the Ironpython-users
mailing list