content « Excel « JSP-Servlet Q&A





1. JSP response content type Excel    stackoverflow.com

when i set response content type is excel. In excel sheet it is dsiplaying 1-Jan instead-of 1-1. here is code snippet <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <% ...

2. How to read an excel file contents on client side?    stackoverflow.com

From the jsp page, i need to browse excel file and after selecting file on system, i need to read that excel file contents and fill my form. Currently i have ...