PrimeFaces DataExporter for big data

2019-09-19 02:57发布

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条回答
Explosion°爆炸
2楼-- · 2019-09-19 03:28

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!

查看更多
登录 后发表回答