Hello,
My application has requirements to write and edit the data in the file which is in raw folder of application. Is it possible
?

File xlsxFile = new File(Environment.getExternalStorageDirectory(),"session.xlsx");
xlsxFile.createNewFile(); //writes to the top level of the SD card
.
.
//do some writing to the file
Uri.parse("file://"+Environment.getExternalStorageDirectory()+"/session.xlsx")

Return to Networking & Database Problems
Users browsing this forum: No registered users and 7 guests