If not, is there a way to see the properties of a table that I have in excel so that I can use the same style and color properties?
            Asked
            
        
        
            Active
            
        
            Viewed 201 times
        
    0
            
            
        - 
                    have you looked at [this](https://stackoverflow.com/questions/3723793/preserving-styles-using-pythons-xlrd-xlwt-and-xlutils-copy) or [this](https://stackoverflow.com/questions/26044349/how-do-i-use-excels-format-painter-across-a-whole-workbook)? I'm sure we can piece the two together. – MattR Mar 12 '18 at 20:53
- 
                    Interesting. I think xlrd and xlutils.copy could potentially be what I am looking for. I will give it a try and update you. Thank you! – imanexcelnoob Mar 12 '18 at 21:43
