My day to day job involves updating excel templates every month then review the monthly changes. The updates are from a standardized file and go into the specific cells in respective excel files. The cells are not necessarily the same location (i.e. same cell in every file), but they are in the same line with the current month.
There is also a sheet that have to be updated. It's from the same sheet of a standard download, but only a different month (the current month).
There are hundreds of templates to update each month. I wonder if python can change the updates all at once.
I just started learning python with excel and I think it should be able to do it. Not sure if pandas is the right path?