Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'python': 0.09; 'pywin32': 0.09; 'library': 0.15; 'csv': 0.16; 'received :your-server.de': 0.16; 'subject:limit': 0.16; 'wrote:': 0.17; 'load': 0.19; 'module': 0.19; 'trying': 0.21; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'creating': 0.26; 'charset:iso-8859-15': 0.26; 'possible,': 0.27; 'trouble': 0.28; '+0100,': 0.29; 'far.': 0.29; "i'm": 0.29; 'error': 0.30; 'file': 0.32; 'extract': 0.33; 'to:addr:python- list': 0.33; 'excel': 0.33; 'list': 0.35; '2010.': 0.36; 'but': 0.36; 'url:org': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'think': 0.40; 'export': 0.62; '2013': 0.84; 'extensions.': 0.84; 'neil': 0.84; 'ana': 0.91 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: python-list@python.org Subject: Re: Excel column 256 limit References: <5ff118cb-a57b-45d6-9a5c-e0e3db4b0327@googlegroups.com> <514737bc$0$6599$c3e8da3$5496439d@news.astraweb.com> <978a0895-902d-458c-8afd-d2a72f00feeb@googlegroups.com> Date: Tue, 19 Mar 2013 15:22:04 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" In-Reply-To: User-Agent: Opera Mail/12.14 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.6/16872/Mon Mar 18 21:56:54 2013) 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363702936 news.xs4all.nl 6986 [2001:888:2000:d::a6]:51700 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41507 On Tue, 19 Mar 2013 15:07:54 +0100, 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. To get data > into Excel use the csv module and create the file using the > default 'excel-csv' format. Then load the file using Excel. > > Creating an Excel file directly in Python is possible, but I > think it will require use of the Pywin32 extensions. > I use and recommend http://pythonhosted.org/openpyxl/ for creating Excel files from Python. No trouble so far.