Convert `.xlsx` file to `.xml` file in a convenient Alpine Linux Docker image.
1.1K
Convert .xlsx file to .xml file in a convenient Alpine Linux Docker image.
alias excel2xml='docker run --rm -it -v `pwd`:/pwd ubergarm/excel2xml'
excel2xml infile.xlsx outfile.xml
docker build -t ubergarm/excel2xml .
flake8 --max-line-length=120 excel2xml.py
Content type
Image
Digest
Size
42.1 MB
Last updated
over 9 years ago
docker pull ubergarm/excel2xml