Aim: Copy data row-wise from one excel file to another.
Problem: I've used OpenPyXL earlier to automate such stuff, but have never dealt with a protected sheet earlier. This sheet requires the "validate" button to be pressed upon opening. Only when it has been validated, the "Add New Row" button works. Is there any way I can imitate clicking these buttons when copying data. Open to using different excel integration modules.
Note: A few columns in the sheet are "Auto Populating." This auto-population only works when I click the "Add New Row" button after filling in each row.
PS: I have access to the Protected VBA Code, but I have no experience with VBA. I can try running the macro that is supposed to be run when the button is clicked, but I don't know how to do that too.
