Metadata-Version: 2.1
Name: excel_to_dict
Version: 0.0.8
Summary: A small package to convert records in excel into dict
Home-page: https://github.com/nixinxin/excel_to_dict
Author: nixinxin
Author-email: 1025464043@qq.com
License: UNKNOWN
Description: A small package to convert records in excel into dict.
        
        ######使用方法：
            from excel_to_dict.excel_to_dict import excel_to_dict
            response = excel_to_dict("test.xlsx", 0, 2)
            for i in response:
                print(i)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
