I am reading an excel file using xlrd. Doing some macro replacing and then writing thru xlsxwriter. Without reading and copying formatting info the code works but when I add for
The Xlrd and XlsxWriter formats are different object types and are not interchangeable.
If you wish to preserve formatting you will have to write some code that translates the properties from one to the other.