ssconvert can convert one sheet at a time.  To do more, do something
like...

    for i in `find . -type f -print`; do ssconvert --options $i; done

But...  We cannot currently do the multiple-sheets and the format spec
for csv.  If someone was to enhance ssconvert in that way, that would be
nice.

Morten
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to