Storing data in an Excel file from an Android application

My application generates data, and I want to share this data, for example, transfer it to my computer and work or send it to others as an excel sheet.

Can we store data from an Android application to an Excel worksheet programmatically? Then how do we open an Excel file and write it?

+3
source share
2 answers

Take a look at this tutorial, How to create a file on an SD card.

+2
source

In theory, libraries such as Apache POI and JExcel should work on Adroid, but there are some problems with this problem.

Only option is to generate XL that can be read by Excel. Steps:

  • Create an Excel file on the PC with the desired formatting.
  • XML, Excel /
  • Java- XML Android
  • Android XML SD-.
  • XML Excel
+5

All Articles