Automating Excel with Python and OpenPyXL

preview_player
Показать описание
In this tutorial, I will show you an overview of using OpenPyXL and Python to read and write Excel documents.

You will also learn how to:

* Style cells
* Change fonts
* Create named styles
* Use pandas with Excel
* Combine pandas and OpenPyXL
* Basics of using XslxWriter

The code in this tutorial is based on code from my book, Automating Excel with Python:

Рекомендации по теме
Комментарии
Автор

Great talk, I've used sparklines for a couple of my reports. My Excel report will have a list of accounts in Column A, the Spark line will be in Column B and Column C through Column N will be the months of the year. The sparkline will show the trend over the year for that account. Column B does need to be a little wider, but it can quickly give an idea of what that account trended during the year.
I've added OpenPyXL to my Pandas use and I'll have to check out these other libraries. My goal is to AUTOMATE EVERYTHING!
Thanks for demoing this stuff.

rnseby
Автор

Is it possible to implement the autofill handle function in wxpython like in excel? To copy to multiple cells at once. Thanks in advanced.

JoaoFerreira-zoxw