Does openpyxl support the insert row method with "shift cells right/down"?
I was thinking inserting some cells on specific columns. This is to fix dynamic data between the "Header" and "Total" while getting the format of the cells in between the Header and Total. (see Excel Reference).
Tried using insert_row method but it does insert for the entire row/column (correct me if i'm wrong here) https://openpyxl.readthedocs.io/en/stable/_modules/openpyxl/worksheet/worksheet.html#Worksheet.insert_rows
Any comments, feedbacks or suggestions will be greatly appreciated! Thank you in advance!!
