Which framework or tool can I use to generate reports?

Asked

Viewed 244 times

-1

I have a question about reporting in Java:

In my case I need a tool to generate daily reports that can be printed or exported.

Which framework or tool you can tell me?

  • 1

    Dude I would refer you to Jasperreports, but I would also tell you to rephrase your question, trying to make it a little more complete

  • R.Santos is fine?

  • Theoretically any string can be exported and any document type (.docx, .pdf, .html) can be printed. You need to describe better what you want.

  • I use eclipse and I’m starting to study spring.

  • Also, what does your problem have to do with Spring? You put Spring in the title, but the body of the question has nothing to do with Spring.

  • The system in which I will develop, needs to generate reports and export to excel and this can be by extensao csv, or in pdf.

  • Good on top of this "Vast information" the @Karanalvespereira answer already solves your question

  • the system will be developed with the spring framework and so I mentioned ok Victor Stafusa. I’m new in java, I took a course but did not develop a more mature application ok

  • thanks to all for the suggestions and tips.

Show 4 more comments

2 answers

3

What is commonly used for java reporting is Jasper. I’ve also worked with Crystal (do not recommend). Both tools have the option to print or export files.

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.