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

Lot of bug fixes and new features like:
- Sheet.add(), Sheet.count(), Sheet.all(), Sheet(1).autofit()
- Range('A1').number_format(), Range((1,1)).get_address()

and more, see the 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 
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to