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

5

17

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

Shae answered 1/5, 2013 at 3:51 Comment(0)
E
6

Short answer: Not yet.

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

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

Erickericka answered 8/3, 2014 at 13:51 Comment(0)
I
5

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

Impolitic answered 16/8, 2017 at 20:8 Comment(0)
C
4

Try with node-jasper, current version 0.2.0

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

Competence answered 21/12, 2015 at 19:26 Comment(0)
M
0

Have you tried Visualize.js?

http://community.jaspersoft.com/wiki/visualizejs-getting-started

Mcglynn answered 6/10, 2015 at 5:55 Comment(1)
Problem with that solution is that it requires the JasperServer, thus a Java Servlet container. Doesn't work with NodeJs entirely only.Skerl
R
0

I usually used jasper report for pdf generation. If you have this purpose only then you can use pdfmake.

Rattling answered 25/8, 2022 at 5:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.