Tag Archives: PyXLL

Sorting with Python

A previous post provided a VBA Sort function that could be used as a User Defined Function (UDF) to provide a sorted list on the spreadsheet, or called from another VBA routine to sort an array. I have just written a … Continue reading

Posted in Arrays, Excel, Link to Python, UDFs | Tagged , , , , , | 5 Comments

Installing Python, Scipy and Pyxll

I have recently been experimenting with Pyxll, which after a few initial hiccoughs is proving to be an easy and efficient way to connect Excel to Python based scientific and maths applications, such as linear algebra routines and ODE solvers.  … Continue reading

Posted in Excel, Link to dll, Link to Python | Tagged , , , , | 15 Comments

PyXLL Links

This is really just a bookmark for me and anyone else who may be interested. “PyXLL is an Excel addin that enables functions written in Python to be called in Excel.” That’s all I know, but it looks interesting, and … Continue reading

Posted in Computing - general, Excel, Link to dll, UDFs | Tagged , | 1 Comment