how can i export my table to excel sheet in jsp??
|
feedback
|
|
The easiest way would be to create a HTML table and send this HTML with the following response headers:
Another option would be to create the Excel using Apache POI and then send that as the response. | |||
|
feedback
|