javascript NodeJS 中是否有任何报告引擎(如 Java 中的 JasperReport)?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16312480/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-27 04:10:12  来源:igfitidea点击:

Is there any report engine in NodeJS (like JasperReport in java)?

javascriptnode.jsreport

提问by user2338224

In java, we have report engines like JasperReport, BIRT, etc. Is there similar javascript based report engines running under NodeJS?

在 Java 中,我们有 JasperReport、BIRT 等报表引擎。 NodeJS 下是否有类似的基于 JavaScript 的报表引擎?

回答by Hamit YILDIRIM

you can use jsreport nowdays there is a rendering engine behind it and working grate with a client server architecture https://jsreport.net/blog/jsreport-and-nodejs

您现在可以使用 jsreport,它背后有一个渲染引擎,并且可以使用客户端服务器架构 https://jsreport.net/blog/jsreport-and-nodejs

回答by mjk

Short answer: Not yet.

简短回答:还没有。

Medium answer: There's a relatively young project on Github aiming to create just that: https://github.com/Nathanaela/fluentreports

中等答案:Github 上有一个相对年轻的项目旨在创建该项目:https: //github.com/Nathanaela/fluentreports

Not nearly as mature as JasperReports, but perhaps a starting point.

不如 JasperReports 成熟,但也许是一个起点。

回答by eavila

Try with node-jasper, current version 0.2.0

尝试使用 node-jasper,当前版本 0.2.0

https://www.npmjs.com/package/node-jasper

https://www.npmjs.com/package/node-jasper