I\'m doing a simple app in Android and in a certain part of the app I would like to create an Excel file and write in it. I\'ve already prepared everything to use jexcel lib
Read the documentation, this method reads the files stored in the internal storage that were created with with openFileOutput():
openFileOutput()
getFilesDir() Returns the absolute path to the directory on the filesystem where files created with openFileOutput(String, int) are stored.
getFilesDir()
Returns the absolute path to the directory on the filesystem where files created with openFileOutput(String, int) are stored.