Rich text for the dynamic value string in excel for python
问题 I have used xlsxwriter and openpyxl module of python for rich string but they don't provide that much flexibility for searching specific word of dynamic string and highlight that one. Does anyone have better option for this? alternatively, I am trying to split the dynamic string into and trying to add styles in between to incorporate with the xlsxwriter.write_rich_string() format. below is the sample code: ....some starting code here completestring="Stackoverflow is best site" #this will be a