I\'ve been trying to write a script to copy formatting from one workbook to another and, as anyone dealing with openpyxl knows, it\'s a big script. I\'ve gotten it to work
Worksheets have row_dimensions and column_dimensions objects which contain information about particular rows or columns, such as whether they are hidden or not. Column dimensions can also be grouped so you'll need to take that into consideration when looking.