Metadata-Version: 1.0
Name: xlutils
Version: 1.0.0
Summary: Utilities for working with Excel files that require both xlrd and xlwt
Home-page: https://secure.simplistix.co.uk/svn/xlutils/trunk
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Description: -------
        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 seperately here.
        
        Currently available are:
        
        xlutils.margins
        ---------------
        
        Tools for finding how much of an Excel file contains useful data.
        
        xlutils.filter
        --------------
        
        A mini framework for splitting and filtering Excel files into new
        Excel files.
        
Keywords: excel xls xlrd xlwt
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
