{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Database", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Office/Business :: Financial :: Spreadsheet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "|Travis|_ |Coveralls|_ |Docs|_ |PyPI|_\n\n.. |Travis| image:: https://api.travis-ci.org/python-excel/xlwt.svg?branch=master\n.. _Travis: https://travis-ci.org/python-excel/xlwt\n\n.. |Coveralls| image:: https://coveralls.io/repos/python-excel/xlwt/badge.svg?branch=master\n.. _Coveralls: https://coveralls.io/r/python-excel/xlwt?branch=master\n\n.. |Docs| image:: https://readthedocs.org/projects/xlwt/badge/?version=latest\n.. _Docs: https://xlwt.readthedocs.io/en/latest/\n\n.. |PyPI| image:: https://badge.fury.io/py/xlwt.svg\n.. _PyPI: https://badge.fury.io/py/xlwt\n\nxlwt\n====\n\nThis is a library for developers to use to generate\nspreadsheet files compatible with Microsoft Excel versions 95 to 2003.\n\nThe package itself is pure Python with no dependencies on modules or packages\noutside the standard Python distribution.\n\nPlease read this before using this package:\nhttps://groups.google.com/d/msg/python-excel/P6TjJgFVjMI/g8d0eWxTBQAJ\n\nInstallation\n============\n\nDo the following in your virtualenv::\n\n pip install xlwt\n\nQuick start\n===========\n\n.. code-block:: python\n\n import xlwt\n from datetime import datetime\n\n style0 = xlwt.easyxf('font: name Times New Roman, color-index red, bold on',\n num_format_str='#,##0.00')\n style1 = xlwt.easyxf(num_format_str='D-MMM-YY')\n\n wb = xlwt.Workbook()\n ws = wb.add_sheet('A Test Sheet')\n\n ws.write(0, 0, 1234.56, style0)\n ws.write(1, 0, datetime.now(), style1)\n ws.write(2, 0, 1)\n ws.write(2, 1, 1)\n ws.write(2, 2, xlwt.Formula(\"A3+B3\"))\n\n wb.save('example.xls')\n\n\nDocumentation\n=============\n\nDocumentation can be found in the ``docs`` directory of the xlwt package.\nIf these aren't sufficient, please consult the code in the\nexamples directory and the source code itself.\n\nThe latest documentation can also be found at:\nhttps://xlwt.readthedocs.io/en/latest/\n\nProblems?\n=========\nTry the following in this order:\n\n- Read the source\n\n- Ask a question on https://groups.google.com/group/python-excel/\n\nAcknowledgements\n================\n\nxlwt is a fork of the pyExcelerator package, which was developed by\nRoman V. Kiseliov. This product includes software developed by\nRoman V. Kiseliov .\n\nxlwt uses ANTLR v 2.7.7 to generate its formula compiler.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/project/xlwt/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.python-excel.org/", "keywords": "xls excel spreadsheet workbook worksheet pyExcelerator", "license": "BSD", "maintainer": "John Machin", "maintainer_email": "sjmachin@lexicon.net", "name": "xlwt-fix", "package_url": "https://pypi.org/project/xlwt-fix/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/xlwt-fix/", "project_urls": { "Download": "https://pypi.org/project/xlwt/", "Homepage": "http://www.python-excel.org/" }, "release_url": "https://pypi.org/project/xlwt-fix/1.3.1/", "requires_dist": [ "six" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.7, 3.4+", "version": "1.3.1" }, "last_serial": 4834652, "releases": { "1.3.1": [ { "comment_text": "", "digests": { "md5": "feed2b93157241be1a47be1025fc5ffd", "sha256": "53f39a15a5aa549532d5ef3327e3eb3a81f3b8a68c65ea8b0f0d3b7a9425df55" }, "downloads": -1, "filename": "xlwt_fix-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "feed2b93157241be1a47be1025fc5ffd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 105000, "upload_time": "2019-02-18T11:38:19", "url": "https://files.pythonhosted.org/packages/a1/a1/9d16c189de1aa0349b4560146cbdfeb0b4fc8430ff6906963d75ce6f1029/xlwt_fix-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c503c6fa54fc2b3a0c3862d4a8cd31d1", "sha256": "fd2ee1d88243633e4e136a82f0b3d8c77af632563a630e9deb0cee8e8dfa3358" }, "downloads": -1, "filename": "xlwt_fix-1.3.1.tar.gz", "has_sig": false, "md5_digest": "c503c6fa54fc2b3a0c3862d4a8cd31d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 98272, "upload_time": "2019-02-18T11:38:21", "url": "https://files.pythonhosted.org/packages/dd/3a/3a2c2c5fa3cbba229b88f1bede012e5e6490e1a341ee5b3cf292d375b21d/xlwt_fix-1.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "feed2b93157241be1a47be1025fc5ffd", "sha256": "53f39a15a5aa549532d5ef3327e3eb3a81f3b8a68c65ea8b0f0d3b7a9425df55" }, "downloads": -1, "filename": "xlwt_fix-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "feed2b93157241be1a47be1025fc5ffd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 105000, "upload_time": "2019-02-18T11:38:19", "url": "https://files.pythonhosted.org/packages/a1/a1/9d16c189de1aa0349b4560146cbdfeb0b4fc8430ff6906963d75ce6f1029/xlwt_fix-1.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c503c6fa54fc2b3a0c3862d4a8cd31d1", "sha256": "fd2ee1d88243633e4e136a82f0b3d8c77af632563a630e9deb0cee8e8dfa3358" }, "downloads": -1, "filename": "xlwt_fix-1.3.1.tar.gz", "has_sig": false, "md5_digest": "c503c6fa54fc2b3a0c3862d4a8cd31d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 98272, "upload_time": "2019-02-18T11:38:21", "url": "https://files.pythonhosted.org/packages/dd/3a/3a2c2c5fa3cbba229b88f1bede012e5e6490e1a341ee5b3cf292d375b21d/xlwt_fix-1.3.1.tar.gz" } ] }