Home  >  Q&A  >  body text

echarts - java web开发,报表工具的选择

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

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

伊谢尔伦伊谢尔伦2719 days ago497

reply all(10)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 13:36:11

    Used POI, dxhtmlgrid

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:36:11

    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.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:36:11

    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

    reply
    0
  • 迷茫

    迷茫2017-04-17 13:36:11

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

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 13:36:11

    jmesa is not bad~

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:36:11

    I usually used POI in the past

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 13:36:11

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

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:36:11

    Highcharts,echarts,POI,easyui

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:36:11

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

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:36:11

    jfreechart,birt,FusionCharts。

    reply
    0
  • Cancelreply