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


Groups > comp.lang.python > #41436

Re: Excel column 256 limit

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <davea@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.042
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'column': 0.07; 'python': 0.09; '1024': 0.16; 'columns': 0.16; 'libre': 0.16; 'limit.': 0.16; 'subject:limit': 0.16; 'wrote:': 0.17; 'question.': 0.20; 'import': 0.21; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; "doesn't": 0.28; 'that.': 0.30; 'to:addr:python-list': 0.33; 'excel': 0.33; 'there': 0.35; 'but': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'office': 0.61; 'sound': 0.65; 'received:74.208': 0.71; 'limit?': 0.84; 'ana': 0.91
Date Mon, 18 Mar 2013 11:48:02 -0400
From Dave Angel <davea@davea.name>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3
MIME-Version 1.0
To python-list@python.org
Subject Re: Excel column 256 limit
References <5ff118cb-a57b-45d6-9a5c-e0e3db4b0327@googlegroups.com>
In-Reply-To <5ff118cb-a57b-45d6-9a5c-e0e3db4b0327@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
X-Provags-ID V02:K0:w2LTXZiKHxMweuCHXnYYRMVwJAHxT4Lqus3vxrAaZPR GHjMQ8wCIPihBfhw3IYeJt6OJyflQNNsY7caMUCSJmFjnQy91G bkOaKbrlsYa2ZmPHNetRqeNlBco8sXGIvZ6GOURlrk3pU/f3Eo LIAL3QfFinAjxlCDPDW2wlhBMVZ63hQ3jgLC88jtKXzmcYeOBB IM1Xcru8yLNiZVwE6K2e1thU60AzjtwaLt3iFM0ENBjpRtYJP5 B7fF8nS6jeaMIRL72aTykQrIzT8tEwA8qlXWEtf1LH7shUF95S E3l7QPCZ/DYFf1Hy/iuBOP/lUyX4MDy8+hSlX3+F49hwtSQwA= =
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.3458.1363621697.2939.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1363621697 news.xs4all.nl 6880 [2001:888:2000:d::a6]:32854
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41436

Show key headers only | View raw


On 03/18/2013 11:28 AM, Ana Dionísio wrote:
> Is there some way to go around this limit? I need to import data from python to excel and I need 1440 columns for that.
>

Doesn't sound like a Python question.  But one answer is Libre Office 
Calc, which seems to have a 1024 column limit.


-- 
DaveA

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