Need a help on creating/generating .py file from a xls file.
I got a requirement where user provides configuration data in xls file and I need to invoke a external tool which takes python file as input and do configuration. So I need to develop a application in python where xls data should be converted to python dictionaries.
So each row in xls makes up a python dict. xls may contains multiple worksheet also. How can I achieve this requirement using python.