How do i return an excel spreadsheet as the Servlet response ?
843842Mar 27 2009 — edited Apr 1 2009When the user clicks on a button , I would like a Servlet to handle the request and return the user a MS Excel spreadsheet - which i have it in my Server. How do i do this ?
Appreciate your help.