Re: ssconvert help needed - new features? (plain text export)



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]