Metadata-Version: 2.0
Name: csv2xlsx
Version: 0.1.1
Summary: Converts CSV from stdin into XLSX to stdout
Home-page: https://github.com/impercz/csv2xslx
Author: Vlada Macek
Author-email: macek@sandbox.cz
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Requires-Dist: openpyxl (==2.0.4)

csv2xlsx
========

Converts CSV from stdin into XLSX to stdout. Also optionally converts columns to integers
or datetimes and adjusts column widths.

Installation
------------

.. code-block:: sh

    pip install csv2xlsx

Usage
-----

.. code-block:: sh

    csv2xlsx 'utf-8' test < ~/test.csv > ~/test.xlsx

Author
------

Vláďa Macek (macek@sandbox.cz)


