xlwings v0.3.1 released

Felix Zumstein fzumstein at gmail.com
Fri Jan 16 20:16:20 CET 2015


I am happy to announce the release of xlwings v0.3.1: 

This fixes a long-standing bug that caused Excel to close/reopen under certain circumstances. It also adds a Workbook.set_mock_caller() method that makes it a lot easier to call code from Excel and Python without changes.

See the full Release Notes here: 
http://docs.xlwings.org/whatsnew.html 

About xlwings: 
xlwings is a BSD-licensed python library that makes it easy to call python from 
Excel and vice versa: 

Interact with Excel from python using a syntax that is close to VBA yet pythonic. 
Replace your VBA macros with python code and still pass around your workbooks as easily as before. 
xlwings fully supports NumPy arrays and Pandas DataFrames. 

It works with Microsoft Excel on Windows and Mac. 

http://xlwings.org 


More information about the Python-announce-list mailing list