Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.04 KB

Build Status Coverage Status codecov Requirements Status PyPI

xlsx2html

A simple export from xlsx format to html tables with keep cell formatting

Install

pip install xlsx2html

Usage

from xlsx2html import xlsx2html

xlsx2html('path/to/example.xlsx', 'path/to/output.html')

Contributors

pip install -r requirements.txt
pytest # run tests
tox # run test matrix

publish

python setup.py sdist upload -r pypi