Python write to spreadsheet?

Tim Golden mail at timgolden.me.uk
Sat May 30 05:40:50 EDT 2015


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



More information about the Python-list mailing list