浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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.

posted on 2012-03-17 02:10  lexus  阅读(1521)  评论(0编辑  收藏  举报