JSP generating Excel spreadsheet (XLS) to download

后端 未结 6 1661
感动是毒
感动是毒 2020-11-27 07:01

I have this application I\'m developing in JSP and I wish to export some data from the database in XLS (MS Excel format).

Is it possible under tomcat to just write a

6条回答
  •  借酒劲吻你
    2020-11-27 07:21

    maybe you should consider using some reporting tool with an option of exporting files into XLS format. my suggestion is JasperReports

提交回复
热议问题