Display tag export to excel with the css formatting of the HTML page
问题 I am using display tag in my web application. I am successfully able to export the data displayed by display tag to excel. The problem is I also want the header and data row styles and css to be included in the exported excel. e.g. Header row is bold with gray background and columns in data rows are colored depending on the value. But this is not getting exported to excel. EDIT 1:- Below is the display tag code in my JSP. The list is shown properly with all the css applied to headers and data