I'm able to export jsp to excel.. I used response.setContentType("application/vnd.ms-excel")
Which opens jsp page in excel format. But it's not exporting colored texts to excel. I'm not using font tag in html. I'm using class tag for all the tags and excel is not recognizing these classes. Let me know if there is any way to do it.If there is a way please do post the code