Android Jasper Reporting

Can Jasper Reporting be integrated into an Android app? I am trying to generate reports in PDF, CSV, Text and XLS format from jrxml files. However, I do not see that the net.sf.jasperreports.engine package is supported in the Android SDK. Can anyone confirm that this is possible?

+3
source share
2 answers

I would be surprised if he was supported :). There are too many dependencies in Jasper reports to make it easily compatible with Android, but I could be wrong. I would suggest writing a web application / web service that reveals such functionality, for example, to relax, and then use it on the Android platform.

0
source

Android SDK, :

0

All Articles