echarts - java web开发,报表工具的选择
伊谢尔伦
伊谢尔伦 2017-04-17 13:34:11
0
10
531

项目(Java开发)现在要做报表统计,网上搜了一下,貌似jasperreport用的比较多,内部也封装了各种导出功能。
同时我页看到百度前端的报表工具echart也不错,但是只能保存为图片,如果要其他导出形式,还需自己将数据提交到后台,在进一步处理才行。

不知大家在做报表这块时 是如何考虑的? 有其他推荐吗?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(10)
Peter_Zhu

Used POI, dxhtmlgrid

伊谢尔伦

Echarts is already very good. Maybe the subject of the question does not need a too vivid chart. Maybe you can try JFreeChart.
In addition, if the needs are too special, it is recommended to expand it yourself based on the tool.

伊谢尔伦

It depends on the report format. For example, if the report is in excel format, then you can use poi under java. Crystal Reports also has various APIs

迷茫

It depends on whether your needs are front-end or back-end implementation
Front-end Echarts/Highcharts is good
Backend jasperreport, etc.~~

Peter_Zhu

jmesa is not bad~

洪涛

I usually used POI in the past

巴扎黑

If you focus on chart display, you can consider using Highcharts. The display format is more flexible and the API documentation is relatively complete.

洪涛

Highcharts,echarts,POI,easyui

Ty80

We bought something like grid++. Partially business data display.

大家讲道理

jfreechart,birt,FusionCharts。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!