Welcome — PyXLL: Python Excel Addins
Version 1.3.2 available to download now - see the changelog for what’s new.
Welcome¶
PyXLL makes it possible to write addins for Microsoft Excel in Python. Using simple decorators your Python code can instantly be exposed to Excel as worksheet functions, menu items or macros.
Excel addins written using PyXLL are fast to develop and offer high performance as well as being easier to maintain and deploy than other methods of developing Excel addins.
PyXLL is used by investment banks, hedge funds and engineering companies all over the world.
All recent versions of Microsoft Excel for Windows are supported, including Excel 2003, Excel 2007 and Excel 2010.
PyXLL is designed to work with all versions of Python from 2.3 and 2.7. The standard cPython interpreter is used which means all of your compiled C Python modules will also work, including 3rd party packages such as numpy.
To see how PyXLL can be used to quickly expose your python code to Excel, continue to the introduction.