Hi All,
I am developing an Interactive report where in i wanted to show an asteric in red color (*) next to few column headings. I am able to achieve it by using a span and coloring it with red color. Eg: Column Heading Name (<span style='color: red;font-weight:bold;'>*</span>)
But i don't want the stars to display in the excel. Is there any way to hide it from excel and just display it on the screen?