Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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; 'formatting': 0.07; 'cc:addr:python-list': 0.10; 'suggest': 0.11; 'files.': 0.13; 'library': 0.15; '-tkc': 0.16; 'csv': 0.16; 'formatting.': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'subject:limit': 0.16; 'wrote:': 0.17; 'trying': 0.21; "i'd": 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'developers': 0.26; '[1]': 0.27; '[2]': 0.27; "i'm": 0.29; 'error': 0.30; 'url:python': 0.32; 'extract': 0.33; 'excel': 0.33; 'list': 0.35; 'data,': 0.35; '2010.': 0.36; 'but': 0.36; 'url:org': 0.36; 'charset:us-ascii': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'things': 0.38; 'export': 0.62; 'neil': 0.84; 'received:50.22': 0.84; 'ana': 0.91 Date: Tue, 19 Mar 2013 09:44:12 -0500 From: Tim Chase To: Neil Cerutti Subject: Re: Excel column 256 limit In-Reply-To: References: <5ff118cb-a57b-45d6-9a5c-e0e3db4b0327@googlegroups.com> <514737bc$0$6599$c3e8da3$5496439d@news.astraweb.com> <978a0895-902d-458c-8afd-d2a72f00feeb@googlegroups.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com Cc: python-list@python.org 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363704155 news.xs4all.nl 6963 [2001:888:2000:d::a6]:45876 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41510 On 2013-03-19 14:07, Neil Cerutti wrote: > On 2013-03-18, Ana Dion?sio wrote: > > But I still get the error and I use Excel 2010. > > > > I'm trying to export data in a list to Excel > > xlrd: Library for developers to extract data from Microsoft Excel > (tm). > > It is for *reading* Excel files, not writing them. There's xlrd[1] for reading and xlwt[2] for writing native XLS files. If the OP needs greater control over things like formatting and formula-cells, I'd suggest xlwt, as CSV restricts you to shoveling around the data, not its formatting. -tkc [1] https://pypi.python.org/pypi/xlrd [2] https://pypi.python.org/pypi/xlwt