JSP set content type ms word to export HTML to ms word doc
Using response.addHeader() to config header attribute with example response.addHeader("Content-disposition","attachment; filename=attes.doc");
response.addHeader("Content-Type","application/vnd.ms-word; charset=utf-8");