Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; '21,': 0.07; 'correct,': 0.09; 'git': 0.09; 'mess': 0.09; 'cc:addr :python-list': 0.11; 'capability.': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'knock': 0.16; 'subject:Reading': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'either.': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'stuff': 0.32; 'another': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'subject:?': 0.36; 'problems.': 0.60; 'today.': 0.61; 'first': 0.61; 'great': 0.65; 'granted': 0.65; 'to:addr:gmail.com': 0.65; 'caused': 0.69; 'export': 0.74; 'spreadsheet': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ef5OSBO9SDRGdayT2v2C2B1NDSXHsFBQ3nKrlKumghI=; b=jYXRxPRZT/+VZNHzgl2rTtOF9Lhe0BHLtcNG/9zkMNXsGwF1KZA8aW/O80r1CUKJ6F qvfmFkVm7sapiXxYewLJbiYZm/0l4cOpIw4MTZtO9BuEgxsizwFPusUARtMaNzoJ0T6i AjPZPh7vd+D2+Mb8/YsuPr23iDP7Oh04Bimc0HpSt/GLJ5BNzO5HlqQpmcBFS7rjf/Pe SZkQuAB4WWIMFW8Qh134ern86hj4N8C1fo9FWk6zWqis5fI/tbvjoSOnxkR4WvH8FqT7 JVgF25MT+3gEj1Lzm9kcfBZ0tzzphMTLDlNkA0wO9IQTtuUf/07OARxF0yrpcSYf1+2b koQQ== MIME-Version: 1.0 X-Received: by 10.50.79.134 with SMTP id j6mr13909978igx.6.1400682285722; Wed, 21 May 2014 07:24:45 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <21575b32-1d21-4a9c-8a72-c8735d1630d9@googlegroups.com> References: <21575b32-1d21-4a9c-8a72-c8735d1630d9@googlegroups.com> Date: Wed, 21 May 2014 09:24:45 -0500 X-Google-Sender-Auth: 3F1mjnmO6WR2Y7MdNX0yf2ZdHtY Subject: Re: Reading OpenOffice spreadsheet in Python? From: Skip Montanaro To: Rustom Mody Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400682292 news.xs4all.nl 2977 [2001:888:2000:d::a6]:40870 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71857 On Wed, May 21, 2014 at 3:53 AM, Rustom Mody wrote: > Another possibility: Use google drive/docs spreadsheet capability. > Makes much less mess than libreoffice and will export to standard formats Correct, though it separates my spreadsheet from the Git repository, and means anyone else at work who might work on this stuff would need to be granted access. Not insurmountable problems, but not great either. I tried Gnumeric today. The first edits caused no problems. Knock on wood... Skip