From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27624 invoked by alias); 24 Oct 2012 14:23:20 -0000 Received: (qmail 27614 invoked by uid 22791); 24 Oct 2012 14:23:18 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,TW_SL X-Spam-Check-By: sourceware.org Received: from qmta04.westchester.pa.mail.comcast.net (HELO qmta04.westchester.pa.mail.comcast.net) (76.96.62.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Oct 2012 14:23:13 +0000 Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta04.westchester.pa.mail.comcast.net with comcast id EzJm1k0020cZkys542PHQ6; Wed, 24 Oct 2012 14:23:17 +0000 Received: from helium.5200-glenwood.net ([68.49.23.87]) by omta10.westchester.pa.mail.comcast.net with comcast id F2PA1k00L1skXbY3W2PAQ6; Wed, 24 Oct 2012 14:23:10 +0000 Received: from localhost ([127.0.0.1]) by helium.5200-glenwood.net with smtp (Exim 4.72) (envelope-from ) id 1TR1rU-0005cH-G6 for cygwin-apps@cygwin.com; Wed, 24 Oct 2012 10:23:12 -0400 From: Andrew Schulman To: cygwin-apps@cygwin.com Subject: Re: ITP: xlsx2csv -- Convert xslx xml files to csv format Date: Wed, 24 Oct 2012 14:23:00 -0000 Message-ID: <0euf885scc6j6gvgv8h3cmgsmus8ur3hjf@4ax.com> References: <87vcee87no.fsf@picasso.cante.net> In-Reply-To: <87vcee87no.fsf@picasso.cante.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Archive: encrypt Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-10/txt/msg00282.txt.bz2 > wget --recursive --no-host-directories --cut-dirs=3D3 \ > http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \ > http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+g= itf54ab78-1-src.tar.bz2 \ > http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+g= itf54ab78-1.tar.bz2 >=20 > # To check packaging >=20 > cd xlsx2csv > tar -xf *-src.tar.bz2 > ./*.sh --color --verbose all >=20 > Notes >=20 > Not yet included in any distributions, so needs votes. >=20 > Jari >=20 > [ setup.hint ] >=20 > sdesc: "Convert xslx xml files to csv format" > ldesc: "The xlsx files are zip archives. In order to process the file, va= rious > bits inside the archive need to be located. Due to memory > requirements, the conversion is handled by the expat SAX parser which > can collect the strings into a simple dictionary, keyed by their > relative position in the XML file." > category: Python +1