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


Groups > comp.lang.python > #91524

Re: Python write to spreadsheet?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.055
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.10; 'python': 0.11; 'justin': 0.16; 'tjg': 0.16; 'wrote:': 0.16; '(not': 0.20; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'am,': 0.23; '2015': 0.23; 'sat,': 0.23; "i've": 0.24; 'header:In-Reply-To:1': 0.24; 'tim': 0.24; 'message-id:@mail.gmail.com': 0.28; 'looks': 0.29; 'cells': 0.29; 'excel': 0.29; 'url:mailman': 0.31; 'url:python': 0.33; 'surely': 0.33; 'subject:?': 0.34; 'received:google.com': 0.34; 'url:listinfo': 0.35; 'but': 0.36; 'url:org': 0.36; 'there': 0.36; 'possible': 0.36; 'subject:: ': 0.37; 'data': 0.40; '30,': 0.63; 'outline': 0.66; 'excel,': 0.84; 'spreadsheet': 0.84; 'subject:write': 0.84; 'to:none': 0.90; 'joel': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=4w8r4twvaaGVkyVry6zeR0T8MSF3blaRqBvkNhHjGKA=; b=Wu75yJZJ2519C/hIgRDxpRgBpVAqJUCs8ZlJaY80yKQoY2oUb9z/Yc9EM5DqGwiYk3 dw1wd+s5IcJx++9rEH62eX9oOB+pFp0i7pJd3nLkX4+dDQcbkwQtKO4mXscby1gpepO6 3yg8jVHKEl4Ke65Aqu0/sjWwypYJli0cNpLO9MXpYFgUKRfXm5qEjQyLYMFW9O8UxH8+ 1eEXHluO19ogBbD9DZmJsfHMzQiWunuJB8LLfETH0AkRMN2BhWAcfS+EfIq3p6jWllfX eYft9/Z+CXrfJcfmrMY/eg7VzAYIMjfXRRtGFMJIaAVqNzvbsK9PLru3zV7FKKziPkzi 8Dtg==
MIME-Version 1.0
X-Received by 10.42.28.135 with SMTP id n7mr19299318icc.41.1432983780473; Sat, 30 May 2015 04:03:00 -0700 (PDT)
In-Reply-To <556985A2.5020809@timgolden.me.uk>
References <mkbvuu$udo$1@news.albasani.net> <556985A2.5020809@timgolden.me.uk>
Date Sat, 30 May 2015 07:03:00 -0400
Subject Re: Python write to spreadsheet?
From Joel Goldstick <joel.goldstick@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.221.1432983782.5151.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1432983782 news.xs4all.nl 2912 [2001:888:2000:d::a6]:51586
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 3868
X-Received-Body-CRC 2631889604
Xref csiph.com comp.lang.python:91524

Show key headers only | View raw


On Sat, May 30, 2015 at 5:40 AM, Tim Golden <mail@timgolden.me.uk> wrote:
> On 30/05/2015 10:30, Justin Thyme wrote:
>>
>> Is it possible to write a Python program that will start MS Excel,
>> create a spreadsheet and fill cells A1 to A10 (say) with the data in a
>> Python array?  The answer is surely yes, but is there an outline of how
>> to do it somewhere?
>
>
>
> This is still a good place to start:
>
>   http://www.python-excel.org/
>
> but I know I've seen several other packages not mentioned there which either
> call Excel from Python or vice versa. xlwings (not sure?)
>
> TJG
> --
> https://mail.python.org/mailman/listinfo/python-list

This looks promising:
http://www.dev-explorer.com/articles/excel-spreadsheets-and-python


-- 
Joel Goldstick
http://joelgoldstick.com

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


Thread

Python write to spreadsheet? Justin Thyme <JustinThyme@nowhere.com> - 2015-05-30 10:30 +0100
  Re: Python write to spreadsheet? Tim Golden <mail@timgolden.me.uk> - 2015-05-30 10:40 +0100
  Re: Python write to spreadsheet? Joel Goldstick <joel.goldstick@gmail.com> - 2015-05-30 07:03 -0400
  Re: Python write to spreadsheet? Laura Creighton <lac@openend.se> - 2015-05-30 13:15 +0200
  Re: Python write to spreadsheet? Tim Chase <python.list@tim.thechases.com> - 2015-05-30 07:24 -0500
  Re: Python write to spreadsheet? Pablo Lucena <plucena24@gmail.com> - 2015-05-30 09:11 -0400

csiph-web