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


Groups > comp.lang.python > #41510

Re: Excel column 256 limit

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 <python.list@tim.thechases.com>
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 <python.list@tim.thechases.com>
To Neil Cerutti <neilc@norwich.edu>
Subject Re: Excel column 256 limit
In-Reply-To <aqr9pqF197kU1@mid.individual.net>
References <5ff118cb-a57b-45d6-9a5c-e0e3db4b0327@googlegroups.com> <514737bc$0$6599$c3e8da3$5496439d@news.astraweb.com> <mailman.3463.1363629986.2939.python-list@python.org> <978a0895-902d-458c-8afd-d2a72f00feeb@googlegroups.com> <aqr9pqF197kU1@mid.individual.net>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3510.1363704155.2939.python-list@python.org> (permalink)
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

Show key headers only | View raw


On 2013-03-19 14:07, Neil Cerutti wrote:
> On 2013-03-18, Ana Dion?sio <anadionisio257@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Excel column 256 limit Ana Dionísio <anadionisio257@gmail.com> - 2013-03-18 08:28 -0700
  Re: Excel column 256 limit Dave Angel <davea@davea.name> - 2013-03-18 11:48 -0400
    Re: Excel column 256 limit Grant Edwards <invalid@invalid.invalid> - 2013-03-18 16:28 +0000
  Re: Excel column 256 limit Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-18 15:50 +0000
    Re: Excel column 256 limit "Michael Ross" <gmx@ross.cx> - 2013-03-18 18:38 +0100
      Re: Excel column 256 limit Ana Dionísio <anadionisio257@gmail.com> - 2013-03-18 12:00 -0700
        Re: Excel column 256 limit Christian Gollwitzer <auriocus@gmx.de> - 2013-03-18 20:04 +0100
        Re: Excel column 256 limit Neil Cerutti <neilc@norwich.edu> - 2013-03-19 14:07 +0000
          Re: Excel column 256 limit "Michael Ross" <gmx@ross.cx> - 2013-03-19 15:22 +0100
          Re: Excel column 256 limit Tim Chase <python.list@tim.thechases.com> - 2013-03-19 09:44 -0500
          Re: Excel column 256 limit Ian Kelly <ian.g.kelly@gmail.com> - 2013-03-19 16:09 -0600
            Re: Excel column 256 limit Neil Cerutti <neilc@norwich.edu> - 2013-03-20 14:17 +0000
      Re: Excel column 256 limit Ana Dionísio <anadionisio257@gmail.com> - 2013-03-18 12:00 -0700
    Re: Excel column 256 limit Rotwang <sg552@hotmail.co.uk> - 2013-03-19 15:25 +0000
  Re: Excel column 256 limit Dietmar Schwertberger <maillist@schwertberger.de> - 2013-03-18 18:00 +0100
  Re: Excel column 256 limit jmcnamara13@gmail.com - 2013-03-30 09:43 -0700

csiph-web