Metadata-Version: 1.1
Name: editpyxl
Version: 0.0.9
Summary: A Python library to edit Excel 2007 xlsx/xlsm files
Home-page: http://editpyxl.readthedocs.org
Author: See AUTHORS
Author-email: web@myemptybucket.com
License: MIT/Expat
Download-URL: http://bitbucket.org/amorris/editpyxl/downloads
Description: editpyxl
        ========
        
        editpyxl is a Python library to non-destructively edit Excel 2010 xlsx/xlsm files.
        
        The purpose is to edit excel files without otherwise modifying the excel document, to allow for efficient and quick
        edits of an excel file.
        
        Many thanks to openpyxl for their hard work in developing a tool to read and writing excel files.
        https://bitbucket.org/ericgazoni/openpyxl
        
        
        
        Official documentation
        ======================
        
        The homepage is http://editpyxl.readthedocs.org
        You will find:
        
        * every installation methods
        * the official documentation
        * code examples
        * instructions for contributing
        
        
        0.0.9 (unreleased)
        ==================
        
        * Fixed filename parsing.
        
        0.0.8 (unreleased)
        ==================
        
        * Added function for updating formulas.
        
        0.0.7 (unreleased)
        ==================
        
        * Remove formulas from cells when setting value and remove calcChain.xml.
        
        0.0.1 (unreleased)
        ==================
        
        Initial Release
        ---------------
        
        * Initial project released in Alpha.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires: python (>=2.6.0)
