How do i create a python file that collects input data from users and transfers these info into ms excel in an orderly fashion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i create a python file that collects input data from users and transfers these info into ms excel in an orderly fashion

i should loop using if and while iterations

27th Mar 2017, 11:38 AM
Ugonna Uzoukwu
Ugonna Uzoukwu - avatar
3 Answers
+ 9
Try using openpyxl module. It both reads and saves MS Excel files and supports both .xls and .xlsx file formats. Plus, it's easy as 1, 2, 3... ;)
27th Mar 2017, 2:48 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
No problem, check out my PythonEdu example code on this: https://code.sololearn.com/cGcw92Q6ZUjB/?ref=app
29th Mar 2017, 5:11 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
0
thank you
28th Mar 2017, 9:23 AM
Ugonna Uzoukwu
Ugonna Uzoukwu - avatar