{ "info": { "author": "See AUTHORS", "author_email": "eric.gazoni@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "openpyxl\n========\n\nopenpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.\n\nIt was born from lack of existing library to read/write natively from Python\nthe Office Open XML format.\n\nAll kudos to the PHPExcel team as openpyxl is based on PHPExcel\nhttp://www.phpexcel.net/\n\n\nMailing List\n============\n\nOfficial user list can be found on\nhttp://groups.google.com/group/openpyxl-users\n\n\nSample code::\n\n from openpyxl import Workbook\n wb = Workbook()\n\n # grab the active worksheet\n ws = wb.active\n\n # Data can be assigned directly to cells\n ws['A1'] = 42\n\n # Rows can also be appended\n ws.append([1, 2, 3])\n\n # Python types will automatically be converted\n import datetime\n ws['A2'] = datetime.datetime.now()\n\n # Save the file\n wb.save(\"sample.xlsx\")\n\n\nOfficial documentation\n======================\n\nThe documentation is at: http://openpyxl.readthedocs.org\n\n* installation methods\n* code examples\n* instructions for contributing\n\nRelease notes: http://openpyxl.readthedocs.org/en/latest/changes.html\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://openpyxl.readthedocs.org", "keywords": "", "license": "MIT/Expat", "maintainer": "", "maintainer_email": "", "name": "pyexcelios", "package_url": "https://pypi.org/project/pyexcelios/", "platform": "", "project_url": "https://pypi.org/project/pyexcelios/", "project_urls": { "Homepage": "http://openpyxl.readthedocs.org" }, "release_url": "https://pypi.org/project/pyexcelios/2.3.5/", "requires_dist": [ "et-xmlfile", "jdcal" ], "requires_python": "", "summary": "A Python library to read/write Excel 2010 xlsx/xlsm files", "version": "2.3.5" }, "last_serial": 3152386, "releases": { "2.3.5": [ { "comment_text": "", "digests": { "md5": "aea99ddc8783cf7e21d867e9f5548b1c", "sha256": "be29b45b1e29e526d588293b95282ba1d6554d424d15b5c1cf6fd8a2e5564eb5" }, "downloads": -1, "filename": "pyexcelios-2.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aea99ddc8783cf7e21d867e9f5548b1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 360137, "upload_time": "2017-09-06T05:25:37", "url": "https://files.pythonhosted.org/packages/ad/ab/7efd54b71a1325c77fd83b1be03513e159ee6e024f67c181eeced71275cd/pyexcelios-2.3.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aea99ddc8783cf7e21d867e9f5548b1c", "sha256": "be29b45b1e29e526d588293b95282ba1d6554d424d15b5c1cf6fd8a2e5564eb5" }, "downloads": -1, "filename": "pyexcelios-2.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aea99ddc8783cf7e21d867e9f5548b1c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 360137, "upload_time": "2017-09-06T05:25:37", "url": "https://files.pythonhosted.org/packages/ad/ab/7efd54b71a1325c77fd83b1be03513e159ee6e024f67c181eeced71275cd/pyexcelios-2.3.5-py2.py3-none-any.whl" } ] }