Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

python-excel/xlutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis_ Coveralls_ Docs_ PyPI_

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.

Please read this before using this package: https://groups.google.com/d/msg/python-excel/P6TjJgFVjMI/g8d0eWxTBQAJ

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:

Licensing

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

About

Utilities for working with Excel files that require both xlrd and xlwt.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages