{ "info": { "author": "Adonis Cesar Leg\u00f3n Campo", "author_email": "alegon@alasxpress.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", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "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 was initially based on `PHPExcel\n`_\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: https://openpyxl.readthedocs.io\n\n* installation methods\n* code examples\n* instructions for contributing\n\nRelease notes: https://openpyxl.readthedocs.io/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": "https://pypi.python.org/pypi/alas-ce0-openpyxl", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "alas-ce0-openpyxl", "package_url": "https://pypi.org/project/alas-ce0-openpyxl/", "platform": "", "project_url": "https://pypi.org/project/alas-ce0-openpyxl/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/alas-ce0-openpyxl" }, "release_url": "https://pypi.org/project/alas-ce0-openpyxl/0.1/", "requires_dist": [ "et-xmlfile", "jdcal" ], "requires_python": "", "summary": "A Python library to read/write Excel 2010 xlsx/xlsm files for ALAS-Ce0", "version": "0.1" }, "last_serial": 5344361, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "47d0475803d1772557811a50f4ef9dd0", "sha256": "dfa0e802f397c492c20f8ed2b291d4d14216c397ddb74e2d930be406efdfe488" }, "downloads": -1, "filename": "alas_ce0_openpyxl-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47d0475803d1772557811a50f4ef9dd0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 389747, "upload_time": "2017-11-05T16:28:05", "url": "https://files.pythonhosted.org/packages/92/31/8b559b5034a7ff9983a2d818952d8a05867e3be218ade5874e199450ad86/alas_ce0_openpyxl-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e5fb56464612d6694c6bec30727d487", "sha256": "406ff85e48ac8c5ea80da29e65152f0bb1b118343dde5b7ea2ab656b46342ce8" }, "downloads": -1, "filename": "alas-ce0-openpyxl-0.1.tar.gz", "has_sig": false, "md5_digest": "4e5fb56464612d6694c6bec30727d487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 156791, "upload_time": "2017-11-05T16:28:06", "url": "https://files.pythonhosted.org/packages/dc/1a/06f2099853fe4c000953dc6ec6ad7d811d474efda8ccf6aa049575992a6e/alas-ce0-openpyxl-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "47d0475803d1772557811a50f4ef9dd0", "sha256": "dfa0e802f397c492c20f8ed2b291d4d14216c397ddb74e2d930be406efdfe488" }, "downloads": -1, "filename": "alas_ce0_openpyxl-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47d0475803d1772557811a50f4ef9dd0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 389747, "upload_time": "2017-11-05T16:28:05", "url": "https://files.pythonhosted.org/packages/92/31/8b559b5034a7ff9983a2d818952d8a05867e3be218ade5874e199450ad86/alas_ce0_openpyxl-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e5fb56464612d6694c6bec30727d487", "sha256": "406ff85e48ac8c5ea80da29e65152f0bb1b118343dde5b7ea2ab656b46342ce8" }, "downloads": -1, "filename": "alas-ce0-openpyxl-0.1.tar.gz", "has_sig": false, "md5_digest": "4e5fb56464612d6694c6bec30727d487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 156791, "upload_time": "2017-11-05T16:28:06", "url": "https://files.pythonhosted.org/packages/dc/1a/06f2099853fe4c000953dc6ec6ad7d811d474efda8ccf6aa049575992a6e/alas-ce0-openpyxl-0.1.tar.gz" } ] }