xlutils


Namexlutils JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttp://www.python-excel.org
SummaryUtilities for working with Excel files that require both xlrd and xlwt
upload_time2016-06-09 05:27:51
maintainer
docs_urlNone
authorChris Withers
requires_python
licenseMIT
keywords excel xls xlrd xlwt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Travis|_ |Coveralls|_ |Docs|_ |PyPI|_

.. |Travis| image:: https://api.travis-ci.org/python-excel/xlutils.svg?branch=master
.. _Travis: https://travis-ci.org/python-excel/xlutils

.. |Coveralls| image:: https://coveralls.io/repos/python-excel/xlutils/badge.svg?branch=master
.. _Coveralls: https://coveralls.io/r/python-excel/xlutils?branch=master

.. |Docs| image:: https://readthedocs.org/projects/xlutils/badge/?version=latest
.. _Docs: http://xlutils.readthedocs.org/en/latest/

.. |PyPI| image:: https://badge.fury.io/py/xlutils.svg
.. _PyPI: https://badge.fury.io/py/xlutils

xlutils
=======

This package provides a collection of utilities for working with Excel
files. Since these utilities may require either or both of the xlrd
and xlwt packages, they are collected together here, separate from either
package.

Currently available are:

**xlutils.copy**
  Tools for copying xlrd.Book objects to xlwt.Workbook objects.

**xlutils.display**
  Utility functions for displaying information about xlrd-related
  objects in a user-friendly and safe fashion.

**xlutils.filter**
  A mini framework for splitting and filtering Excel files into new
  Excel files.

**xlutils.margins**
  Tools for finding how much of an Excel file contains useful data.

**xlutils.save**
  Tools for serializing xlrd.Book objects back to Excel files.

**xlutils.styles**
  Tools for working with formatting information expressed in styles.

Installation
============

Do the following in your virtualenv::

  pip install xlutils

Documentation
=============

The latest documentation can also be found at:
http://xlutils.readthedocs.org/en/latest/

Problems?
=========
Try the following in this order:

- Read the source

- Ask a question on http://groups.google.com/group/python-excel/

Licensing
=========

Copyright (c) 2008-2015 Simplistix Ltd.
See docs/license.txt for details.
            

Raw data

            {
    "_id": null,
    "home_page": "http://www.python-excel.org",
    "name": "xlutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "excel xls xlrd xlwt",
    "author": "Chris Withers",
    "author_email": "chris@simplistix.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/93/fe/af6d73e4bc7b0ce359d34bebb2e8d4d129763acfecd66a3a7efc587e54c9/xlutils-2.0.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "|Travis|_ |Coveralls|_ |Docs|_ |PyPI|_\n\n.. |Travis| image:: https://api.travis-ci.org/python-excel/xlutils.svg?branch=master\n.. _Travis: https://travis-ci.org/python-excel/xlutils\n\n.. |Coveralls| image:: https://coveralls.io/repos/python-excel/xlutils/badge.svg?branch=master\n.. _Coveralls: https://coveralls.io/r/python-excel/xlutils?branch=master\n\n.. |Docs| image:: https://readthedocs.org/projects/xlutils/badge/?version=latest\n.. _Docs: http://xlutils.readthedocs.org/en/latest/\n\n.. |PyPI| image:: https://badge.fury.io/py/xlutils.svg\n.. _PyPI: https://badge.fury.io/py/xlutils\n\nxlutils\n=======\n\nThis package provides a collection of utilities for working with Excel\nfiles. Since these utilities may require either or both of the xlrd\nand xlwt packages, they are collected together here, separate from either\npackage.\n\nCurrently available are:\n\n**xlutils.copy**\n  Tools for copying xlrd.Book objects to xlwt.Workbook objects.\n\n**xlutils.display**\n  Utility functions for displaying information about xlrd-related\n  objects in a user-friendly and safe fashion.\n\n**xlutils.filter**\n  A mini framework for splitting and filtering Excel files into new\n  Excel files.\n\n**xlutils.margins**\n  Tools for finding how much of an Excel file contains useful data.\n\n**xlutils.save**\n  Tools for serializing xlrd.Book objects back to Excel files.\n\n**xlutils.styles**\n  Tools for working with formatting information expressed in styles.\n\nInstallation\n============\n\nDo the following in your virtualenv::\n\n  pip install xlutils\n\nDocumentation\n=============\n\nThe latest documentation can also be found at:\nhttp://xlutils.readthedocs.org/en/latest/\n\nProblems?\n=========\nTry the following in this order:\n\n- Read the source\n\n- Ask a question on http://groups.google.com/group/python-excel/\n\nLicensing\n=========\n\nCopyright (c) 2008-2015 Simplistix Ltd.\nSee docs/license.txt for details.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilities for working with Excel files that require both xlrd and xlwt",
    "version": "2.0.0",
    "split_keywords": [
        "excel",
        "xls",
        "xlrd",
        "xlwt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c755e22ac73dbb316cabb5db28bef6c87044a95914f713a6e81b593f8a0d2f79",
                "md5": "ae1c3f276685c3e403507a95bf682cf2",
                "sha256": "b56640862c030e9d53104e7f1d750135fdfabf6bf55e425e5ac40fdee9dbaeb9"
            },
            "downloads": -1,
            "filename": "xlutils-2.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae1c3f276685c3e403507a95bf682cf2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 55055,
            "upload_time": "2016-06-09T05:27:47",
            "upload_time_iso_8601": "2016-06-09T05:27:47.083268Z",
            "url": "https://files.pythonhosted.org/packages/c7/55/e22ac73dbb316cabb5db28bef6c87044a95914f713a6e81b593f8a0d2f79/xlutils-2.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93feaf6d73e4bc7b0ce359d34bebb2e8d4d129763acfecd66a3a7efc587e54c9",
                "md5": "7a6a339ddaacabce244341582ee61353",
                "sha256": "7e0e2c233bd185fecf5e2bd3f4e9469ca4a3bd87da64c82cfe5b2af27e7f9e54"
            },
            "downloads": -1,
            "filename": "xlutils-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7a6a339ddaacabce244341582ee61353",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 61614,
            "upload_time": "2016-06-09T05:27:51",
            "upload_time_iso_8601": "2016-06-09T05:27:51.146173Z",
            "url": "https://files.pythonhosted.org/packages/93/fe/af6d73e4bc7b0ce359d34bebb2e8d4d129763acfecd66a3a7efc587e54c9/xlutils-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-06-09 05:27:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "xlutils"
}
        
Elapsed time: 0.04696s