How Do I Find the Executable "ssconvert"

I performed swupd search-files ssconvert
I downloaded some of the bundles that might contain this utility but nothing in the search path.
Is it something I run with “java”?

Here is how ssconvert would be used in bash with input excel files:
for f in *.xls; do
ssconvert -S --import-encoding=ISO8859-1 ./“$f” ./“${f%.xls}.csv”
done

try build it manually with GitHub - GNOME/gnumeric: Read-only mirror of https://gitlab.gnome.org/GNOME/gnumeric
or requeat new software in Issues · clearlinux/distribution · GitHub

I was able to get the same functionality out of soffice export to csv function.
Although it is good to know where to get this and other applications.
Thank you

1 Like