{ "info": { "author": "Vivek R", "author_email": "vividvilla@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Excel2Table\n============\n\n.. image:: https://api.travis-ci.org/pyexcel/excel2table.svg?branch=master\n :target: http://travis-ci.org/pyexcel/excel2table\n\n.. image:: https://codecov.io/gh/pyexcel/excel2table/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/pyexcel/excel2table\n\n\nSimple command-line utility to convert csv, xls, xlsx, ods files to searchable and\nsortable HTML table. Supports large datasets and horizontal scrolling for large number of columns.\n\nIt is a variant of `csvtotable `_.\n\nDemo\n----\n\n`Here is a demo`_ of `sample ods`_ file converted to HTML table with charts.\n\n.. image:: https://user-images.githubusercontent.com/4280312/30404140-006c035e-98dd-11e7-9cfd-1fcf3e405e2f.gif\n\nInstallation\n------------\n\n::\n\n pip install --upgrade excel2table\n\n\nGet started\n-----------\n\n::\n\n excel2table --help\n\nConvert ``data.ods`` file to ``data.html`` file\n\n::\n\n excel2table data.ods data.html\n\nOpen output file in a web browser instead of writing to a file\n\n::\n\n excel2table data.ods --serve\n\nOptions\n-------\n\n::\n\n -c, --caption Table caption\n -d, --delimiter CSV delimiter. Defaults to ','\n\t-e, --encoding CSV encoding. Defaults to 'utf-8'.\n -q, --quotechar Quote chracter. Defaults to '\"'\n -dl, --display-length Number of rows to show by default. Defaults to -1 (show all rows)\n -o, --overwrite Overwrite the output file if exists. Defaults to false.\n -s, --serve Open html output in a web browser.\n -h, --height Table height in px or in %. Default is 75% of the page.\n -p, --pagination Enable/disable pagination. Enabled by default.\n -vs, --virtual-scroll Number of rows after which virtual scroll is enabled. Default is set to 1000 rows.\n Set it to -1 to disable and 0 to always enable.\n -nh, --no-header Show default headers instead of picking first row as header. Disabled by default.\n -e, --export Enable filtered rows export options.\n -eo, --export-options Enable specific export options. By default shows all.\n For multiple options use -eo flag multiple times. For ex. -eo json -eo csv\n\nCredits\n-------\n`Datatables`_\n\n.. _Here is a demo: https://github.com/pyexcel/excel2table/master/sample/goog.html\n.. _sample ods: https://github.com/pyexcel/excel2table/blob/master/sample/goog.ods\n.. _Datatables: https://datatables.net\n\nChange log\n=============\n\n2.3.2 - 16.03.2019\n----------------------\n\n#. add tests in tar ball\n\n2.3.0 - 15.03.2019\n------------------------\n\nAdded\n*******\n\n#. added this file into sour tar ball.\n#. fix problems with pyexcel-sortable & python3 `PR17 `_\n\n2.2.1 - 21.02.2017\n------------------------\n\nAdded\n*******\n\n#. Visualize stock data with candlestick, bar and line\n csvtotable `PR 24 `_\n\nUpdated\n************\n\n#. Update baseline of csvtotable to 2.1.1", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/pyexcel/excel2table/archive/2.3.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyexcel/excel2table", "keywords": "", "license": "MIT", "maintainer": "C. W.", "maintainer_email": "wangc_2011@hotmail.com", "name": "excel2table", "package_url": "https://pypi.org/project/excel2table/", "platform": "", "project_url": "https://pypi.org/project/excel2table/", "project_urls": { "Download": "https://github.com/pyexcel/excel2table/archive/2.3.2.tar.gz", "Homepage": "https://github.com/pyexcel/excel2table" }, "release_url": "https://pypi.org/project/excel2table/2.3.2/", "requires_dist": null, "requires_python": "", "summary": "Simple commandline utility to convert excel filesto searchable and sortable HTML table.", "version": "2.3.2" }, "last_serial": 4947425, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "d88b788aabbac56d2e5a0761eb313d38", "sha256": "c0f10b68389d50d18052328f8350bca784e3f705ca9dbe7a3a0325cc5a5e4e36" }, "downloads": -1, "filename": "excel2table-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d88b788aabbac56d2e5a0761eb313d38", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 145206, "upload_time": "2017-07-15T19:54:08", "url": "https://files.pythonhosted.org/packages/82/23/7a4b5e4a356daee2881a15daac6ca0cf7f51b587fd170a51095de53b25f4/excel2table-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "baea5b697f1d7a20493d5e4c08d2e55a", "sha256": "4fcfb590a16ec2da89b845e58c59aed6b65edba2935b1f9131908788770efdc7" }, "downloads": -1, "filename": "excel2table-2.0.0.tar.gz", "has_sig": false, "md5_digest": "baea5b697f1d7a20493d5e4c08d2e55a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72407, "upload_time": "2017-07-15T19:54:03", "url": "https://files.pythonhosted.org/packages/9f/bb/64df726f6099615ddda80d5a5646939543e8d21bb43a9de990d91fc0a103/excel2table-2.0.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "f1abb0c6fd2338e4fc0a219fe4f1c526", "sha256": "00f7bf147f32d9f6ca12958c260e8ea245a13b83103855b5b0f9d1e514e567e2" }, "downloads": -1, "filename": "excel2table-2.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1abb0c6fd2338e4fc0a219fe4f1c526", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 388071, "upload_time": "2017-09-21T22:17:19", "url": "https://files.pythonhosted.org/packages/cc/89/b8ecc8ddb90509773fb1b46af0e3ab46d61d8b8e564402be393c17851297/excel2table-2.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bbeff34f42e9a515832e79cbdba6219", "sha256": "745c3f3fa7b641209fc013b973f129e8f0350691fe0c756ee74aaa55095b773c" }, "downloads": -1, "filename": "excel2table-2.2.0.tar.gz", "has_sig": false, "md5_digest": "6bbeff34f42e9a515832e79cbdba6219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298089, "upload_time": "2017-09-21T22:17:11", "url": "https://files.pythonhosted.org/packages/a4/ee/db8c1d6bdd3d756d4cf1d2287312be6b8115c05bf0bb5a4f5404cb951464/excel2table-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "e09a48d8ae3dc5126b5a90f8d381561d", "sha256": "7e05e1a562d804bc8b5175d00b713af41587b270fff8a4870d009b55a07d4e07" }, "downloads": -1, "filename": "excel2table-2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e09a48d8ae3dc5126b5a90f8d381561d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 390300, "upload_time": "2017-09-21T22:22:28", "url": "https://files.pythonhosted.org/packages/ec/84/9d32facbc9fa4440627f999a02c79ed861db55675277f82eba96f776d1d4/excel2table-2.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c140b762138477c2e9c125429cf7737", "sha256": "af9469a5516c628c155553f2f6384938cbd7bf125b09c11fea1ead87dfb635f7" }, "downloads": -1, "filename": "excel2table-2.2.1.tar.gz", "has_sig": false, "md5_digest": "6c140b762138477c2e9c125429cf7737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298835, "upload_time": "2017-09-21T22:22:10", "url": "https://files.pythonhosted.org/packages/c1/ef/c53104078113d6a1af59ad0bc1ff57edf63e9a2fb830ddf367b8260485ac/excel2table-2.2.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "7ae630f7479320505ef2563db1ca037f", "sha256": "d33701fcb7971ffe73b1cc1f7de4ddc073de17a555fed8353404959bdf8c44fb" }, "downloads": -1, "filename": "excel2table-2.3.2.tar.gz", "has_sig": false, "md5_digest": "7ae630f7479320505ef2563db1ca037f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301535, "upload_time": "2019-03-16T11:56:58", "url": "https://files.pythonhosted.org/packages/10/f7/7b2729df31ab744255729af0ee3bc39c70043d0d1851b6d443ec5d92030f/excel2table-2.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ae630f7479320505ef2563db1ca037f", "sha256": "d33701fcb7971ffe73b1cc1f7de4ddc073de17a555fed8353404959bdf8c44fb" }, "downloads": -1, "filename": "excel2table-2.3.2.tar.gz", "has_sig": false, "md5_digest": "7ae630f7479320505ef2563db1ca037f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301535, "upload_time": "2019-03-16T11:56:58", "url": "https://files.pythonhosted.org/packages/10/f7/7b2729df31ab744255729af0ee3bc39c70043d0d1851b6d443ec5d92030f/excel2table-2.3.2.tar.gz" } ] }