I am developing an application for Android with a small database. My client wants to be able to export the database in an .xls file for Excel.
Is the Java Excel API the right option for implementing this feature? I have read on some forums that it doesn’t work well for Android.
I used jExcel in my Android project and it worked fine.