I'm starting to use python now and I want to automatize one process on some engineering reports I have to do. To do the reports I use MSWord and Excel, using Excel as database and copying manually the graphics and tables to Word to generate the actual report file.
Using pyautogui I've already been able to locate the areas I want to copy, and copy them from Excel. My problem now is that I don't know a way I can make python alternate from Excel to Word and paste, then go back to the Excel file and copy the new info, go back to Word and paste, etc until all infos are compiled so I can save a .pdf file.
Is there any other library I should be using or a way to do it on pyautogui?