I have an excel sheet with 400+ columns and 48 rows long. I want openpyxl to copy this with the exact same values another x times.
Most likely it will be like x=4, so 4x 48 rows.
I can't seem to find a solution that does this. I could do it with looping but it would take so much running time.
Is there no option to copy a range of rows and paste it at end of the excel file?