How to introduce data into Excel using Python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to introduce data into Excel using Python

I want to import some data from a file into an Excel spreadsheet. The data should first be read from a document and then placed in the correct column and line in the Excel spreadsheet. This should ideally work fully automatically with Python. Is that possible? If yes how?

14th Aug 2022, 10:48 AM
Maximilian Bernhard
Maximilian Bernhard - avatar
1 Réponse
+ 6
Yup, you can use pandas to read csv files. Also a lot more can be done. Try out the Data Science Module in the learn section https://www.sololearn.com/Course/JUMP_LINK__&&__Python__&&__JUMP_LINK-for-Data-Science/?ref=app
14th Aug 2022, 12:24 PM
Slick
Slick - avatar