Iโm trying to understand how useful it really is/ having not really touched it at all, I imagine someone versed in Python could optimize some of their workflow were they forced to work in excel. But given the fundamental processing limitations of excel I canโt imagine how scalable this is. Has anyone had practical experience using the Python - excel plugin to accomplish things easier than you could in either excel or Python alone and if so, what?
What are some good resources to learn python for excel now that it exists?
Tasks that can be automated by Python for excel users
An obligatory: https://automatetheboringstuff.com/chapter12/
He has an entire chapter on working with Excel, as well as PDFs.
More on reddit.comWhat is a DataFrame in Python in Excel?
How do I turn on Python in Excel?
What's the difference between Python Object and Excel Value output?
Best resources to learn python in general plus for excel specifically
Just want some examples and ideas that I can use python to make my life easier. I work mostly with excel and reviewing PDFs.
An obligatory: https://automatetheboringstuff.com/chapter12/
He has an entire chapter on working with Excel, as well as PDFs.
As a side note: I'm working on a module called ezsheets which lets you work on Google Sheets from Python. The PyPI page is here: https://pypi.org/project/EZSheets/
I'll be fixing up the documentation soon.