Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1442 > unrolled thread
| Started by | Felix Zumstein <fzumstein@gmail.com> |
|---|---|
| First post | 2014-10-17 09:29 -0700 |
| Last post | 2014-10-17 09:29 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
xlwings v0.2.3 released Felix Zumstein <fzumstein@gmail.com> - 2014-10-17 09:29 -0700
| From | Felix Zumstein <fzumstein@gmail.com> |
|---|---|
| Date | 2014-10-17 09:29 -0700 |
| Subject | xlwings v0.2.3 released |
| Message-ID | <mailman.14949.1413571455.18130.python-announce-list@python.org> |
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
Back to top | Article view | comp.lang.python.announce
csiph-web