I have a function to save a dataframe to an excel file, but if the file exists it deletes all the formats/styles in all the sheets of the excel file, and if it doesn't just don't create the new formats/styles, I have searched and readed lot of stackoverflow but there is not answer to this issue
I have a function to save a dataframe to an excel file, but if the file exists it deletes all the formats/styles in all the sheets of the excel file, and if it doesn't just don't create the new formats/styles, I have searched and readed lot of stackoverflow but there is not answer to this issue
This is the code to save and format the excel file