Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newsfeed.xs4all.nl!newsfeed1.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: UNSURE 0.224 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.57; '*S*': 0.01; 'python': 0.09; 'columns': 0.16; 'subject:limit': 0.16; 'versions': 0.20; 'import': 0.21; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'that.': 0.30; 'handle': 0.33; 'to:addr:python-list': 0.33; 'excel': 0.33; 'version': 0.34; 'received:192.168.0': 0.35; "won't": 0.35; 'there': 0.35; 'should': 0.36; 'ones': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'help': 0.40; 'your': 0.60; 'provide': 0.62; 'more': 0.63; 'increase': 0.72; 'limit?': 0.84; 'ana': 0.91; 'received:192.168.0.5': 0.91 Date: Mon, 18 Mar 2013 18:00:48 +0100 From: Dietmar Schwertberger User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 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-Mailman-Approved-At: Mon, 18 Mar 2013 20:08:36 +0100 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363633718 news.xs4all.nl 6909 [2001:888:2000:d::a6]:38287 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41453 Am 18.03.2013 16:28, schrieb Ana Dionísio: > 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. There are many versions of Excel. The recent ones can handle more than 256 columns. If your version doesn't, then Python won't help you to increase this limit... There are many ways to get data from Python into Excel. If you have any specific problems, you should provide more details. Regards, Dietmar