Use Python to Automate Excel | Automate Your Data Analysis

preview_player
Показать описание
In this quick video, we'll be looking at how we can use Python to Automate and control Microsoft Excel- all from within the comfort of our IDE, Text Editor, CLI or Terminal.

I'll demo how to create new Excel Files from Python, as well as replacing data, saving Workbooks, automatically opening Excel Files and closing the Excel Programme, as well as creating Pandas DataFrames and automatically storing these within Excel!

This is all under 10 minutes and perfect for Data Analysts, Power BI Developers or anyone looking to improve their efficiency!

🤝 Follow my Data content on Twitter:

🤝 I’m also sharing Data knowledge on Instagram:

🤝 Connect with me on LinkedIn:

🤝 View my Website:

Please Like, Subscribe, Comment & Share if you enjoy!
Рекомендации по теме
Комментарии
Автор

Great video! found this from LinkedIn, keep making content bro!

praiseololade
Автор

🦾📈 Watch my full Python for Automation tutorial, covering topics such as automating email, LinkedIn, Excel, PDFs & more!

MatadorSoftware
Автор

Superb video I found on LinkedIn. Thanks a lot for this.
I used:

xlSheet['A1'] = 12.57
xlSheet['A2'] = 16.24
xlSheet['A3'] = 25.11

xlSheet['A4'] = "=Sum(A1:A3)"

print(xlSheet['A4'].value)
gives none.

When I open the workbook, the answer is displayed in cell A4 correctly.
but openpyxl cannot read it.
Kindly suggest a solution.

SuradkarTushar
Автор

Agreed with the other posters here. I'm starting a software engineering degree later in life and this is gonna be excellent. Thanks for posting
Looking forward to more.

Backpackerdd
Автор

working thru these Python auto tuts...loving them... hoping to see more general Python content too

adammain