Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91524
| References | <mkbvuu$udo$1@news.albasani.net> <556985A2.5020809@timgolden.me.uk> |
|---|---|
| Date | 2015-05-30 07:03 -0400 |
| Subject | Re: Python write to spreadsheet? |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.221.1432983782.5151.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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