Metadata-Version: 1.1
Name: xlsx2html
Version: 0.1.4
Summary: A simple export from xlsx format to html tables with keep cell formatting
Home-page: https://github.com/Apkawa/xlsx2html
Author: Arkadii Ivanov
Author-email: apkawa@gmail.com
License: MIT
Description: |Build Status| |Requirements Status| |PyPI|
        
        xlsx2html
        =========
        
        A simple export from xlsx format to html tables with keep cell
        formatting
        
        Install
        =======
        
        .. code:: bash
        
            pip install xlsx2html
        
        Usage
        =====
        
        .. code:: python
        
            from xlsx2html import xlsx2html
        
            xlsx2html('path/to/example.xlsx', 'path/to/output.html')
        
        .. |Build Status| image:: https://travis-ci.org/Apkawa/xlsx2html.svg?branch=master
           :target: https://travis-ci.org/Apkawa/xlsx2html
        .. |Requirements Status| image:: https://requires.io/github/Apkawa/xlsx2html/requirements.svg?branch=master
           :target: https://requires.io/github/Apkawa/django-multitype-file-field/requirements/?branch=master
        .. |PyPI| image:: https://img.shields.io/pypi/pyversions/xlsx2html.svg
           :target: 
        
Keywords: converter xlsx html
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: HTML
