public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* ITP: xlsx2csv -- Convert xslx xml files to csv format
@ 2012-10-13 20:00 Jari Aalto
  2012-10-23 22:14 ` Chris Sutcliffe
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Jari Aalto @ 2012-10-13 20:00 UTC (permalink / raw)
  To: cygwin-apps

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format
  2012-10-13 20:00 ITP: xlsx2csv -- Convert xslx xml files to csv format Jari Aalto
@ 2012-10-23 22:14 ` Chris Sutcliffe
  2012-10-24 17:23   ` Reini Urban
  2012-10-23 22:59 ` Warren Young
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Chris Sutcliffe @ 2012-10-23 22:14 UTC (permalink / raw)
  To: cygwin-apps

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format
  2012-10-13 20:00 ITP: xlsx2csv -- Convert xslx xml files to csv format Jari Aalto
  2012-10-23 22:14 ` Chris Sutcliffe
@ 2012-10-23 22:59 ` Warren Young
  2012-10-24  5:27   ` Jari Aalto
  2012-10-24 14:23 ` Andrew Schulman
  2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
  3 siblings, 1 reply; 11+ messages in thread
From: Warren Young @ 2012-10-23 22:59 UTC (permalink / raw)
  To: Cygwin Apps List

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?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format
  2012-10-23 22:59 ` Warren Young
@ 2012-10-24  5:27   ` Jari Aalto
  0 siblings, 0 replies; 11+ messages in thread
From: Jari Aalto @ 2012-10-24  5:27 UTC (permalink / raw)
  To: cygwin-apps

2012-10-24 01:59 Warren Young
<warren-qKybWrIjVgNBDgjK7y7TUQ@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/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format
  2012-10-13 20:00 ITP: xlsx2csv -- Convert xslx xml files to csv format Jari Aalto
  2012-10-23 22:14 ` Chris Sutcliffe
  2012-10-23 22:59 ` Warren Young
@ 2012-10-24 14:23 ` Andrew Schulman
  2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
  3 siblings, 0 replies; 11+ messages in thread
From: Andrew Schulman @ 2012-10-24 14:23 UTC (permalink / raw)
  To: cygwin-apps

> 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format
  2012-10-23 22:14 ` Chris Sutcliffe
@ 2012-10-24 17:23   ` Reini Urban
  0 siblings, 0 replies; 11+ messages in thread
From: Reini Urban @ 2012-10-24 17:23 UTC (permalink / raw)
  To: Chris Sutcliffe; +Cc: cygwin-apps


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


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)
  2012-10-13 20:00 ITP: xlsx2csv -- Convert xslx xml files to csv format Jari Aalto
                   ` (2 preceding siblings ...)
  2012-10-24 14:23 ` Andrew Schulman
@ 2012-12-13 20:32 ` Jari Aalto
  2012-12-13 21:00   ` marco atzeri
                     ` (2 more replies)
  3 siblings, 3 replies; 11+ messages in thread
From: Jari Aalto @ 2012-12-13 20:32 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jari Aalto

2012-10-13 22:59 Jari Aalto
<jari.aalto-w6EBCRcXQ4deoWH0uzbU5w@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)
  2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
@ 2012-12-13 21:00   ` marco atzeri
  2012-12-13 21:01   ` Dr. Volker Zell
  2012-12-14  7:50   ` RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG) Jari Aalto
  2 siblings, 0 replies; 11+ messages in thread
From: marco atzeri @ 2012-12-13 21:00 UTC (permalink / raw)
  To: cygwin-apps

On 12/13/2012 9:32 PM, Jari Aalto wrote:
> 2012-10-13 22:59 Jari Aalto
> <jari.aalto-w6EBCRcXQ4deoWH0uzbU5w@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed)
  2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
  2012-12-13 21:00   ` marco atzeri
@ 2012-12-13 21:01   ` Dr. Volker Zell
  2012-12-14  7:50   ` RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG) Jari Aalto
  2 siblings, 0 replies; 11+ messages in thread
From: Dr. Volker Zell @ 2012-12-13 21:01 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jari Aalto

>>>>> Jari Aalto writes:

    > One vote short for this handy conversion utility

+1

Ciao
  Volker
  

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG)
  2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
  2012-12-13 21:00   ` marco atzeri
  2012-12-13 21:01   ` Dr. Volker Zell
@ 2012-12-14  7:50   ` Jari Aalto
  2012-12-14  8:43     ` Corinna Vinschen
  2 siblings, 1 reply; 11+ messages in thread
From: Jari Aalto @ 2012-12-14  7:50 UTC (permalink / raw)
  To: cygwin-apps

2012-12-13 22:32 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

New package,
Jari

+ Chris http://cygwin.com/ml/cygwin-apps/2012-10/msg00279.html
+ Warren (GTG) http://cygwin.com/ml/cygwin-apps/2012-10/msg00280.html
+ Andrew http://cygwin.com/ml/cygwin-apps/2012-10/msg00282.html
+ Reini http://cygwin.com/ml/cygwin-apps/2012-10/msg00289.html
+ Dr. Volker Zell http://cygwin.com/ml/cygwin-apps/2012-12/msg00051.html
+ Marco http://cygwin.com/ml/cygwin-apps/2012-12/msg00050.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG)
  2012-12-14  7:50   ` RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG) Jari Aalto
@ 2012-12-14  8:43     ` Corinna Vinschen
  0 siblings, 0 replies; 11+ messages in thread
From: Corinna Vinschen @ 2012-12-14  8:43 UTC (permalink / raw)
  To: cygwin-apps

On Dec 14 09:50, Jari Aalto wrote:
> 2012-12-13 22:32 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

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-12-14  8:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-13 20:00 ITP: xlsx2csv -- Convert xslx xml files to csv format Jari Aalto
2012-10-23 22:14 ` Chris Sutcliffe
2012-10-24 17:23   ` Reini Urban
2012-10-23 22:59 ` Warren Young
2012-10-24  5:27   ` Jari Aalto
2012-10-24 14:23 ` Andrew Schulman
2012-12-13 20:32 ` ITP: xlsx2csv -- Convert xslx xml files to csv format (1 VOTE needed) Jari Aalto
2012-12-13 21:00   ` marco atzeri
2012-12-13 21:01   ` Dr. Volker Zell
2012-12-14  7:50   ` RFU: xlsx2csv -- Convert xslx xml files to csv format (GTG) Jari Aalto
2012-12-14  8:43     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).