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