On Sun, 13 Sep 2020 09:40:03 +0200
swedebugia <swedebu...@riseup.net> wrote:

> 
> I also found this nice and small rust program that works well:
> https://github.com/zitsen/xlsx2csv.rs
> It is surprisingly large though:
> 8.7M Sep 12 16:53 .cargo/bin/xlsx2csv
> Which is way more than ssconvert, but on the other hand it does not
> require any gnome dependencies or GUI stuff:
> 38K Sep  5 16:21 /usr/bin/ssconvert
> 
> cheers
> 

Just for fun I compared the speed, and the found that ssconvert is
slower by a factor of 10 on a ~4500 line spreadsheet.

$ time xlsx2csv test.xlsx 
* Preparing write to ./Tabelle1.csv
** sheet range size is (4770, 11)
** Starting writing
** Done with sheet
`Tabelle1` real 0m0.565s
user    0m0.537s
sys     0m0.021s

$ time ssconvert
test.xlsx test.csv

real    0m4.249s
user    0m4.186s
sys     0m0.061s

Reply via email to