Docker image to use gnumeric, or more specifically ssconvert tool.
373
gnumeric
Docker image to use gnumeric, or more specifically ssconvert tool.
Pull the image::
$ docker pull sanrep/gnumeric
Run docker container from directory with files to convert::
$ docker run -it --rm -u $(id -u):$(id -g) -v .:/data sanrep/gnumeric bash
From the container use ssconvert to convert files::
$ ssconvert my_file.xls my_file.csv
To close and remove the container::
$ exit
Content type
Image
Digest
sha256:4f1c5334e…
Size
149.9 MB
Last updated
over 3 years ago
docker pull sanrep/gnumeric