Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-28 Thread Sébastien Hinderer
Andrius Merkys (2020/12/28 15:23 +0200): > Hi Sébastien, > > On 2020-12-28 15:14, Sébastien Hinderer wrote: > > Actually, > > > > xlsx2csv foo.xlsx > > > > does write the CSV output on stdout. > > Glad the upstream answered your question. > > > I think this bug report can now be closed. > >

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-28 Thread Andrius Merkys
Hi Sébastien, On 2020-12-28 15:14, Sébastien Hinderer wrote: > Actually, > > xlsx2csv foo.xlsx > > does write the CSV output on stdout. Glad the upstream answered your question. > I think this bug report can now be closed. How about reading from stdin? Can you confirm that /dev/stdin does

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-28 Thread Sébastien Hinderer
Actually, xlsx2csv foo.xlsx does write the CSV output on stdout. I think this bug report can now be closed. Thanks and sorry for the toruble. Sébastien.

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-27 Thread Sébastien Hinderer
Thanks a lot, Andrius. Yes, I saw that the problem was the (non-)seakability of the file. Not sure why this is needed, though. And thanks a lot for having linked the bug report with the upstream issue! Sébastien.

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-27 Thread Andrius Merkys
reopen 977293 forwarded https://github.com/dilshod/xlsx2csv/issues/213 thanks Dear Sébastien, On 2020-12-27 18:16, Sébastien Hinderer wrote: > Andrius Merkys (2020/12/14 08:16 +0200): >> Have you tried using /dev/stdin and /dev/stdout on the command line? >> This usually does the trick for

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-27 Thread Sébastien Hinderer
Forwarded: https://github.com/dilshod/xlsx2csv/issues/213 Dear Andrius, Andrius Merkys (2020/12/14 08:16 +0200): > Have you tried using /dev/stdin and /dev/stdout on the command line? > This usually does the trick for commands not accepting '-'. I tried finally and it does not work. It produces

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-13 Thread Sébastien Hinderer
Dear Andrius, Many thanks for your prompt and helpful response! Andrius Merkys (2020/12/14 08:16 +0200): > Hello, > > On 2020-12-13 19:00, Sebastien Hinderer wrote: > > Dear upstream authors, > > Debian is not the upstream of this package. Bug reports filed in Debian > BTS are not

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-13 Thread Andrius Merkys
Hello, On 2020-12-13 19:00, Sebastien Hinderer wrote: > Dear upstream authors, Debian is not the upstream of this package. Bug reports filed in Debian BTS are not automatically forwarded to upstream either. To contact the upstream, I suggest opening an issue on their GitHub issue tracker [1]. >

Bug#977293: Read .xlsx from stdin, write .csv to stdout

2020-12-13 Thread Sebastien Hinderer
Package: xlsx2csv Version: 1:0.7.6-1 Severity: wishlist Tags: upstream Dear upstream authors, Many thanks for this very convenient tool. Would it please be possible to extend is so that "-" ban be specified both as the name of the input file (meaning to read the .xlsx file from standard input)