Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'europython': 0.04; 'subject:Python': 0.05; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'url:simplistix': 0.16; 'laura': 0.18; 'this:': 0.23; 'received:se': 0.29; 'tutorial': 0.29; 'url:python': 0.33; 'subject:?': 0.34; 'advice': 0.35; 'to:addr:python-list': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'stuff': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'header :Message-Id:1': 0.62; 'here:': 0.62; 'url:pdf': 0.64; 'url:co': 0.64; 'received:89': 0.80; 'subject:write': 0.84 To: python-list@python.org From: Laura Creighton Subject: Re: Python write to spreadsheet? References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20019.1432984530.1@fido> Date: Sat, 30 May 2015 13:15:30 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sat, 30 May 2015 13:15:33 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432984537 news.xs4all.nl 2838 [2001:888:2000:d::a6]:56269 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91525 I use this: https://pypi.python.org/pypi/xlutils Documentation here: http://pythonhosted.org/xlutils/ website full of advice here: http://www.python-excel.org/ Tutorial I took at Europython where I learned a lot of stuff http://www.simplistix.co.uk/presentations/python-excel.pdf Laura