{ "info": { "author": "Waylon Walker", "author_email": "quadmx08@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Topic :: Utilities" ], "description": "ExcelToCsv\n==========\n\nA python package to convert excel spreadsheets to csv files without launching excel. This works very well with large files that include many tabs which makes Excel very slow to open.\n\nrequirements\n------------\nxlrd\n\ninstallation\n------------\n\n```\ngit clone https://github.com/WaylonWalker/ExcelToCsv.git\ncd ./ExcelToCsv\npython setup.py install\n```\n\nUsage\n-----\n\nExcelToCsv [-h] [--input_file F [F ...]] [--output_file OUTPUT_FILE]\n [--sheet SHEET] [--skiprows SKIPROWS] [--verbose]\n\nConvert File Excel File to csv quickly without loading excel\n\noptional arguments:\n\n -h, --help show this help message and exit\n \n --input_file F [F ...] File to convert\n \n --output_file OUTPUT_FILE\n Output file name if different than input\n \n --sheet SHEET sheet number where first sheet is 1\n \n --skiprows SKIPROWS skip first n rows\n \n --verbose asks for all arguments when not passed\n \nExample\n-------\n\n```\nExcelToCvs --verbose\n```\n\n.. image:: example.gif\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WaylonWalker/ExcelToCsv", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ExcelToCsv", "package_url": "https://pypi.org/project/ExcelToCsv/", "platform": "", "project_url": "https://pypi.org/project/ExcelToCsv/", "project_urls": { "Homepage": "https://github.com/WaylonWalker/ExcelToCsv" }, "release_url": "https://pypi.org/project/ExcelToCsv/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A python package to convert excel spreadsheets to csv files", "version": "0.1.1" }, "last_serial": 2629161, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "06bf92c7c183e658781a3683fc202ac2", "sha256": "743bc1d6f2ad79d0cd333966d5175c2f73748786c5eddf0ea4e584975c00b36b" }, "downloads": -1, "filename": "ExcelToCsv-0.1-py3.5.egg", "has_sig": false, "md5_digest": "06bf92c7c183e658781a3683fc202ac2", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 6032, "upload_time": "2017-02-08T06:00:51", "url": "https://files.pythonhosted.org/packages/e9/22/b5b53b5e9165983354c47036c21b2c15a7e03fb935a981292f7cda1467e7/ExcelToCsv-0.1-py3.5.egg" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "113a38341cecfb722a6a05bf65d82134", "sha256": "d8df5c38f2db41007ecea1190edc42b2be3cfc374e152c1e2a405bb09daffa77" }, "downloads": -1, "filename": "ExcelToCsv-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "113a38341cecfb722a6a05bf65d82134", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5027, "upload_time": "2017-02-08T21:16:46", "url": "https://files.pythonhosted.org/packages/52/2c/d07f9295fab8880a17651da5da413176892d0b30465176fcfac51dd9c91f/ExcelToCsv-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "113a38341cecfb722a6a05bf65d82134", "sha256": "d8df5c38f2db41007ecea1190edc42b2be3cfc374e152c1e2a405bb09daffa77" }, "downloads": -1, "filename": "ExcelToCsv-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "113a38341cecfb722a6a05bf65d82134", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5027, "upload_time": "2017-02-08T21:16:46", "url": "https://files.pythonhosted.org/packages/52/2c/d07f9295fab8880a17651da5da413176892d0b30465176fcfac51dd9c91f/ExcelToCsv-0.1.1-py3-none-any.whl" } ] }