JSP generating Excel spreadsheet (XLS) to download

While you can use a full fledged library like JExcelAPI, Excel will also read CSV and plain HTML tables provided you set the response MIME Type to something like “application/vnd.ms-excel”.

Depending on how complex the spreadsheet needs to be, CSV or HTML can do the job for you without a 3rd party library.

Leave a Comment