{"id":13541910,"url":"https://github.com/python-excel/xlwt","last_synced_at":"2025-10-20T16:11:36.439Z","repository":{"id":2655259,"uuid":"3645900","full_name":"python-excel/xlwt","owner":"python-excel","description":"Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform.","archived":true,"fork":false,"pushed_at":"2020-02-21T21:04:05.000Z","size":657,"stargazers_count":1043,"open_issues_count":8,"forks_count":283,"subscribers_count":65,"default_branch":"master","last_synced_at":"2024-09-27T04:04:30.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.python-excel.org/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-excel.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-07T04:53:58.000Z","updated_at":"2024-09-03T02:03:49.000Z","dependencies_parsed_at":"2022-07-12T14:58:57.400Z","dependency_job_id":null,"html_url":"https://github.com/python-excel/xlwt","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-excel%2Fxlwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-excel%2Fxlwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-excel%2Fxlwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-excel%2Fxlwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-excel","download_url":"https://codeload.github.com/python-excel/xlwt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575218,"owners_count":18854924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T10:00:58.786Z","updated_at":"2025-09-29T00:31:04.691Z","avatar_url":"https://github.com/python-excel.png","language":"Python","readme":"|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 \u003croman@kiseliov.ru\u003e.\n\nxlwt uses ANTLR v 2.7.7 to generate its formula compiler.\n","funding_links":[],"categories":["Specific Formats Processing","资源列表","Python","特定格式处理","Text Processing","Specific Formats Processing [🔝](#readme)","📚 فهرست"],"sub_categories":["特殊文本格式处理","Excel Integration","Excel 集成","کتابخانه هاي تحليل داده"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-excel%2Fxlwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-excel%2Fxlwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-excel%2Fxlwt/lists"}