Metadata-Version: 1.1
Name: excel-csv-helpers
Version: 0.0.1
Summary: This package will help you for reading/writing excel or csv files with multiple options
Home-page: http://packages.python.org/excel-csv-helpers
Author: Rizwan Hameed
Author-email: rizwanbutt314@gmail.com
License: MIT
Description: This project will help you reading/writing excel or csv files with multiple options.
        
        Following options supported:
        
        * Reading excel/csv file with all coulmns
        * Reading excel/csv file with all coulmns with specific rows by giving starting and ending row numbers
        * Writing excel/csv file by giving column headers
        * Reading excel/csv file with specific columns
        
Keywords: Excel/CSV Reader Writer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
