How to export user input data from python to excel?
- by mrn
I am trying to develop a user form in python 2.7.3. Please note that I am a python beginner.
I am trying to use xlwt to export data to excel.
I want to write values of following variables i.e. a (value to write:'x1') & d (value to write: be user defined information in text box), to an excel sheet,
a=StringVar()
checkBox1=Checkbutton(root,…