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
3 Respuestas
+ 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... ;)
+ 5
No problem, check out my PythonEdu example code on this:
https://code.sololearn.com/cGcw92Q6ZUjB/?ref=app
0
thank you