Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed3a.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: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.11; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'justin': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'wrote:': 0.16; '(not': 0.20; 'to:2**1': 0.22; "i've": 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'cells': 0.29; 'excel': 0.29; 'surely': 0.33; 'subject:?': 0.34; 'to:addr:python-list': 0.35; 'but': 0.36; 'url:org': 0.36; 'there': 0.36; 'possible': 0.36; 'subject:: ': 0.37; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'data': 0.40; 'charset:windows-1252': 0.65; 'outline': 0.66; 'from:addr:mail': 0.70; 'excel,': 0.84; 'spreadsheet': 0.84; 'subject:write': 0.84 Date: Sat, 30 May 2015 10:40:50 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Justin Thyme , python-list@python.org Subject: Re: Python write to spreadsheet? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432978847 news.xs4all.nl 2830 [2001:888:2000:d::a6]:33749 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91523 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