In this case, I don't want to highlight the entire cell. Instead I want to highlight individual characters in the cell automatically. Ultimately, I want to be able to compare two cells (one on top of the other) and highlight all of the different characters.
Currently, I'm using the xlsxwriter module to write to cells. I've already seen coloring cells in excel with pandas but it doesn't seem to be addressing my problem.
Anyone have any hints or useful functions that I could use to solve this problem?