Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1412

xlwings v0.2.2 released

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@google.com>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.125
X-Spam-Level *
X-Spam-Evidence '*H*': 0.76; '*S*': 0.01; 'syntax': 0.04; 'subject:released': 0.07; 'arrays': 0.09; 'python': 0.11; 'windows': 0.15; 'before.': 0.16; 'macros': 0.16; 'numpy': 0.16; 'url:whatsnew': 0.16; 'library': 0.18; 'header:User-Agent:1': 0.23; 'replace': 0.24; 'shown': 0.26; 'pass': 0.26; 'excel': 0.26; 'errors': 0.30; 'code': 0.31; 'class': 0.32; 'announce': 0.33; 'mac': 0.33; 'received:209.85': 0.35; 'more,': 0.35; 'received:google.com': 0.35; 'interact': 0.36; 'vice': 0.36; 'method': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'easily': 0.37; 'release': 0.40; 'easy': 0.60; 'range': 0.61; 'here:': 0.62; 'close': 0.67; 'to:addr:comp-lang-python-announce': 0.70; 'received:130': 0.73; 'to:addr:moderators.isc.org': 0.77; 'received:130.133': 0.83; 'received:130.133.4': 0.83; 'received:130.133.4.7': 0.83; 'received:individual.net': 0.83; 'received:moderators.individual.net': 0.83; 'vba': 0.84; 'workbooks': 0.84
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=path:newsgroups:date:complaints-to:injection-info:nntp-posting-host :user-agent:mime-version:message-id:subject:from:injection-date:to :content-type; bh=CanfSEqfjmOARt9/0eMWunBnHSzBucSrb/6etrzTwAM=; b=bCn/9J/p10GwuLnkRa9OmBh0gldMIuGp0TC6OXuLhgNS0M04cA6uhygeTIVPPorCob Pq0d4RzOb+/lyHeObxZ01pLlqklNiysxDeczYTtSGGLkxYN+Pysl2J6WO83EjXtsA4xk 4wzqeaD+XiQa1dN6UbX85kJ+zc4HlNbvaGjIY4IejiVDUpImrDdm2up+uwNumNz+w/y8 nCyPi2fk85FGgtvvK7QQHp5l3kwy/WQ5b4aOwVx3S2HjvUIJUFnDHPSQKpa4tRNDvoLa I/Td//UkTEP2iT2CQIUW+t+nNdyk2Zf45IvfFoDCVKSBIlQ79369GX+HeksNuuypoKoe J3Cw==
X-Received by 10.68.69.67 with SMTP id c3mr690652pbu.3.1411491172729; Tue, 23 Sep 2014 09:52:52 -0700 (PDT)
X-Received by 10.140.21.51 with SMTP id 48mr7382qgk.12.1411491172396; Tue, 23 Sep 2014 09:52:52 -0700 (PDT)
Newsgroups comp.lang.python.announce
Date Tue, 23 Sep 2014 09:52:52 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=87.149.185.127; posting-account=rzTh4AoAAACq24EU69a1mLszqUAvvhy9
User-Agent G2/1.0
MIME-Version 1.0
Subject xlwings v0.2.2 released
From Felix Zumstein <fzumstein@gmail.com>
Injection-Date Tue, 23 Sep 2014 16:52:52 +0000
To comp-lang-python-announce@moderators.isc.org
Content-Type text/plain; charset=ISO-8859-1
X-Mailman-Approved-At Tue, 23 Sep 2014 19:04:35 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.14274.1411491875.18130.python-announce-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1411491875 news.xs4all.nl 2865 [2001:888:2000:d::a6]:45097
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1412

Show key headers only | View raw


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

- Errors on Mac are now shown in a Messsage Box
- The Range class features now an autofit method

and much 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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

xlwings v0.2.2 released Felix Zumstein <fzumstein@gmail.com> - 2014-09-23 09:52 -0700

csiph-web