/xls_updater

Convert legacy xls data to newer xlsx format

Primary LanguagePython

Code style: black Imports: isort linting: pylint Checked with mypy

PyPI - Version PyPI - Python Version Coverage Status pre-commit

xls_updater

Convert legacy xls data to newer xlsx format.

💭 Based on the kind comment made by Jackypengyu

Install

PIP

pip install xls-updater

Binary

A binary version of this tool is available for download:

wget https://github.com/Tranquility2/xls_updater/releases/latest/download/xls_updater
chmod +x xls_updater

Hashes are available for verification:
md5
sha2256

Usage

Usage: python -m xls_updater [OPTIONS] SRC_FILE_PATH

  Convert an xls file to xlsx.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Development

Please see CONTRIBUTING.md

License

This project is published under the MIT license.

If you do find it useful, please consider contributing your changes back upstream.