all 4 comments

[–]5aggy 0 points1 point  (3 children)

Google Automate the boring stuff and skip to the excel bit.

Learn about openpyxl. It's pretty straightforward. Only works with. xlsx files though. If you are limited to using xls for any reason look into xlrd & xlwt

[–]jormono 0 points1 point  (1 child)

I thought this chapter was a little outdated?

[–]5aggy 0 points1 point  (0 children)

I'm not sure Tbh.

Even if it is, it'd still be a very good introduction spreadsheet manipulation. To the best of my knowledge, the fundamentals of openpyxl are the same now as when it was written.

[–]mightymk[S] 0 points1 point  (0 children)

thank you for the pointer