Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:: [': 0.03; 'subject:skip:f 10': 0.09; 'cc:addr:python-list': 0.10; 'subject:not': 0.11; 'java,': 0.15; 'cc:name:python list': 0.16; 'iirc': 0.16; 'url:packages': 0.16; 'work-around,': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'cheers,': 0.23; 'cc:2**0': 0.23; "i've": 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'implemented': 0.27; 'module.': 0.27; 'fast.': 0.29; 'perl': 0.29; 'could': 0.32; 'received:114': 0.33; 'subject: .': 0.33; 'hi,': 0.33; 'another': 0.33; 'thanks': 0.34; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'charset:us- ascii': 0.36; 'subject:-': 0.40; 'header:Received:5': 0.40; 'from:no real name:2**0': 0.60; 'content-disposition:inline': 0.60; 'first': 0.61; 'saw': 0.75; 'subject:True': 0.93 X-Virus-Scanned: Debian amavisd-new at pooka.fabcat.org Date: Mon, 3 Sep 2012 10:18:34 +1000 From: python-excel@raf.org To: python-excel@googlegroups.com Subject: Re: [pyxl] xlrd-0.8.0 .xlsx formatting_info=True not implemented Mail-Followup-To: python-excel@googlegroups.com, Python List References: <501944E4.2090902@simplistix.co.uk> <5c84fd3b-c899-4703-867d-ddbc5d1746de@googlegroups.com> <20120829021646.GA8163@raf.org> <20120830025758.GA26856@raf.org> <1346443978.955.YahooMailNeo@web110708.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1346443978.955.YahooMailNeo@web110708.mail.gq1.yahoo.com> Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346631528 news.xs4all.nl 6873 [2001:888:2000:d::a6]:52848 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28330 Albert-Jan Roskam wrote: > Hi, > > As a work-around, you could use the CRAN R package XLConnect, using > RPy or RPy2, to do what you want. IIRC it's based on Java, so it's not > extremely fast. > http://cran.r-project.org/web/packages/XLConnect/vignettes/XLConnect.pdf > This is another package I just saw for the first time > > http://cran.r-project.org/web/packages/xlsx/xlsx.pdf > > Regards, > Albert-Jan hi, many thanks for the suggestions but i've already implemented an alternative using perl and its Spreadsheet::XLSX module. cheers, raf