Thread: JSP To EXCEL
View Single Post
  #2 (permalink)  
Old 07-31-2007, 02:58 PM
tommy tommy is offline
Member
 
Join Date: Jul 2007
Posts: 41
tommy is on a distinguished road
try this
Code:
<% String mimeType = "application/vnd.ms-excel"; response.setContentType(mimeType); %>
Reply With Quote