Sign inSign up

sanrep/gnumeric

By sanrep

•Updated over 3 years ago

Docker image to use gnumeric, or more specifically ssconvert tool.

Image
0

373

sanrep/gnumeric repository overview

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

Tag summary

Content type

Image

Digest

sha256:4f1c5334e…

Size

149.9 MB

Last updated

over 3 years ago

docker pull sanrep/gnumeric