Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1442
| 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.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'syntax': 0.04; 'fixes': 0.07; 'subject:released': 0.07; 'arrays': 0.09; 'python': 0.11; 'bug': 0.12; 'windows': 0.15; 'before.': 0.16; 'macros': 0.16; 'numpy': 0.16; 'received:eu': 0.16; 'url:whatsnew': 0.16; 'library': 0.18; 'header:User-Agent:1': 0.23; 'replace': 0.24; 'pass': 0.26; 'excel': 0.26; 'code': 0.31; 'announce': 0.33; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'more,': 0.35; 'received:google.com': 0.35; 'interact': 0.36; 'vice': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'easily': 0.37; 'release': 0.40; 'easy': 0.60; 'new': 0.61; 'here:': 0.62; 'close': 0.67; 'to:addr:comp-lang-python-announce': 0.70; 'to:addr:moderators.isc.org': 0.77; '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=k01goq9sIJVSCI4ADk4KxIsW6JVh1msTBr/wpu37qrg=; b=HcDlgD0K0SOUzDEBORXfeygJ3D/hqpP80aE2qJrlVw2ujOdr9AlAlbzOn/q5aFHPW3 Jpi9/SX00Y9uO+j8rF51DTJNaVkknBM2iAy4QOSvmEp4WEitP05kpqu8Q2aze3l/wN6D fpMXX4MmAHSeQT4491w/LUcVcEvETPvTYPfQ3xjVMw8sIRU2IUUbVzvA0rWF+/T11t0B dJzS5Fgx8121CaL/mN8g3Pw7XtyOnQeq5ZH+kesaNeri5SxNaU0M4BHjRrzt3tWvKAsG 8wUcr1xgkWrUo4BDeg2Hny4dxGsLrN6/xCUVAnPUWKGZMgjn9jZoGR83IJcRBegH719G Yqug== |
| X-Received | by 10.70.63.41 with SMTP id d9mr6287634pds.5.1413563377636; Fri, 17 Oct 2014 09:29:37 -0700 (PDT) |
| X-Received | by 10.140.84.21 with SMTP id k21mr140623qgd.6.1413563377306; Fri, 17 Oct 2014 09:29:37 -0700 (PDT) |
| Newsgroups | comp.lang.python.announce |
| Date | Fri, 17 Oct 2014 09:29:37 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=24.134.40.70; posting-account=rzTh4AoAAACq24EU69a1mLszqUAvvhy9 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Subject | xlwings v0.2.3 released |
| From | Felix Zumstein <fzumstein@gmail.com> |
| Injection-Date | Fri, 17 Oct 2014 16:29:37 +0000 |
| To | comp-lang-python-announce@moderators.isc.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Mailman-Approved-At | Fri, 17 Oct 2014 20:44:15 +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.14949.1413571455.18130.python-announce-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1413571455 news.xs4all.nl 2952 [2001:888:2000:d::a6]:54597 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!usenet.pasdenom.info!news.franciliens.net!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python.announce:1442 |
Show key headers only | View raw
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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
xlwings v0.2.3 released Felix Zumstein <fzumstein@gmail.com> - 2014-10-17 09:29 -0700
csiph-web