Report Structure:
I have a data source (JSON / XML API) that provides me with all the necessary data. I just need to fill it in different tables and then export to various formats like PDF, Excel, etc. In some template format, then send messages to users. This should happen periodically in the background (according to the cron job)
I found Jasper and BIRT as good solutions. But only for exporting data to various formats with templates, are they good solutions? Are there any other easier solutions than them? I also tried the Apache POI, but, given the free availability of various exporting libraries, should I work with all the manual work myself?
The template function is important, and other functions, such as mailing, are all optional if the structure is lightweight, flexible, and easy to use.
Please advice.
thank
source
share