How can I convert JSP output into MS Excel Spreadsheet?
You will need to change the Content Type. Simply insert the following statement into the JSP:
<%@page contentType="application/vnd.ms-excel" %>
Your Answer
DISCLAIMER
Paked and the contributors are not responsible for any errors contained and are
not liable for any damages resulting from the use of this material.