Using Python functions from Excel with xlwings

I recently came across xlwings when looking for ways to better integrate Excel and Python. And I have been really excited by what I have found. As it seems xlwings really does offer a seamless yet flexible solution for advanced Excel users, so they can leverage the power of Python within their Excel-based applications. You can find the xlwings homepage here: xlwings documentation here: Example python-based UDF functions here: Note, this guide assumes you are installing xlwings on an anaconda environment:
Back to Top