Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)

2012-12-13 Thread Jari Aalto
2012-10-13 22:59 Jari Aalto
jari.aalto-w6ebcrcxq4deowh0uzb...@public.gmane.org:
| wget --recursive --no-host-directories --cut-dirs=3 \
| http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \
| 
http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
| \
| 
http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2
| 
| Not yet included in any distributions, so needs votes.

One vote short for this handy conversion utility

+ Andrew http://cygwin.com/ml/cygwin-apps/2012-10/msg00282.html
+ Chris http://cygwin.com/ml/cygwin-apps/2012-10/msg00279.html
+ Warren http://cygwin.com/ml/cygwin-apps/2012-10/msg00280.html
+ Reini http://cygwin.com/ml/cygwin-apps/2012-10/msg00289.html

Jari


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)

2012-12-13 Thread marco atzeri

On 12/13/2012 9:32 PM, Jari Aalto wrote:

2012-10-13 22:59 Jari Aalto
jari.aalto-w6ebcrcxq4deowh0uzb...@public.gmane.org:
| wget --recursive --no-host-directories --cut-dirs=3 \
| http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \
| 
http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
| \
| 
http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2
|
| Not yet included in any distributions, so needs votes.

One vote short for this handy conversion utility

 + Andrew http://cygwin.com/ml/cygwin-apps/2012-10/msg00282.html
 + Chris http://cygwin.com/ml/cygwin-apps/2012-10/msg00279.html
 + Warren http://cygwin.com/ml/cygwin-apps/2012-10/msg00280.html
 + Reini http://cygwin.com/ml/cygwin-apps/2012-10/msg00289.html

Jari



+1


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)

2012-12-13 Thread Dr. Volker Zell
 Jari Aalto writes:

 One vote short for this handy conversion utility

+1

Ciao
  Volker
  


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-24 Thread Andrew Schulman
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
  \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2
 
 # To check packaging
 
 cd xlsx2csv
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all
 
 Notes
 
 Not yet included in any distributions, so needs votes.
 
 Jari
 
 [ setup.hint ]
 
 sdesc: Convert xslx xml files to csv format
 ldesc: The xlsx files are zip archives. In order to process the file, various
 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


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-24 Thread Reini Urban

On Oct 23, 2012, at 5:14 PM, Chris Sutcliffe wrote:

 On 13 October 2012 15:59, Jari Aalto wrote:
 
 Notes
 
Not yet included in any distributions, so needs votes.
 
 +1
 
 Chris


+1

Reini




Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-23 Thread Chris Sutcliffe
On 13 October 2012 15:59, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
  \
 
 http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2

 # To check packaging

 cd xlsx2csv
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

 Notes

 Not yet included in any distributions, so needs votes.

+1

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d


Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-23 Thread Warren Young

On 10/13/2012 1:59 PM, Jari Aalto wrote:

 Not yet included in any distributions, so needs votes.


GTG.

I hope you can work with the upstream author to fix the hexbarf version 
number, though.


Does upset know how to cope with such version numbers, or will manual 
maintenance of prev:, curr: and such be necessary if the next version 
comes out with the same numbering scheme?




Re: ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-23 Thread Jari Aalto
2012-10-24 01:59 Warren Young
warren-qkybwrijvgnbdgjk7y7...@public.gmane.org:
| GTG.
| 
| I hope you can work with the upstream author to fix the hexbarf
| version number, though.

The version number is based on Git version control repository (there are no
official releases):

0.11+20120814+gitf54ab78

See e.g. http://ftp-master.debian.org/new/

   crmsh_1.2.0+hg20121009-2.html
   flashcache_1.0+git20121013-1.html
   ...

| Does upset know how to cope with such version numbers

I believe it does if it uses standard string comparison, where, as long as
the version strings sort before and after, all it good.

Using date followed by exact commit id always sorts in the right order. The
+ sign ensures that it sorts before dot(.):

   0.11+20120814+gitf54ab78  0.11.1

   ASCII table order[1]:
   +Dec 44
   .Dec 46

Jari

[1] http://www.asciitable.com/


ITP: xlsx2csv -- Convert xslx xml files to csv format

2012-10-13 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/setup.hint \

http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1-src.tar.bz2
 \

http://cante.net/~jaalto/tmp/cygwin/xlsx2csv/xlsx2csv-0.11+20120814+gitf54ab78-1.tar.bz2

# To check packaging

cd xlsx2csv
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Notes

Not yet included in any distributions, so needs votes.

Jari

[ setup.hint ]

sdesc: Convert xslx xml files to csv format
ldesc: The xlsx files are zip archives. In order to process the file, various
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