PrimeFaces DataExporter for big data

萝らか妹 提交于 2019-12-13 00:08:45

问题


I have 65000 data for getting from DB into excel.But PF DataExporter component is not writing big data into the excel.What can I use for this process?Is there a library for this process?


回答1:


You can use:

  1. Apache POI Some examples - Quick guide very easy to use and excellent simple examples
  2. Jasper reports Just link - needs some time to figure it out

If you need just one excel export, use Apache POI.

If you have a lot of reports, i would recommend you to use Jasper reports because you can have option to export it to PDF, Excel, Word and other formats.

Good luck!



来源:https://stackoverflow.com/questions/22344707/primefaces-dataexporter-for-big-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!